@charset "utf-8";

/* @import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css); */
/* 추가 폰트 */
@font-face {
    font-family: 'smileFontfamily';
    font-style: normal;language
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* @font-face {
  font-family: 'smileFontfamily';
  font-style: medium;
  font-weight: 500;
  src: local('※'),
    url('../fonts/Roboto-Medium.ttf') format('truetype');
  unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
} */
@font-face {
    font-family: 'smileFontfamily';
    font-style: bold;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'smileFontfamily';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
    unicode-range: U+AC00-D7A3;
}

@font-face {
    font-family: 'smileFontfamily';
    font-style: medium;
    font-weight: 500;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
    unicode-range: U+AC00-D7A3;
}

@font-face {
    font-family: 'smileFontfamily';
    font-style: bold;
    font-weight: 600;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
    unicode-range: U+AC00-D7A3;
}

html {
    scroll-behavior: smooth;
    -ms-content-zooming: none;
    -ms-touch-action: pan-x pan-y;
}

* {
    padding: 0px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'smileFontfamily', "Malgun Gothic", "Dotum", "Gulim", "Helvetica", "sans-serif";
    list-style: none;
    /*cursor: none !important;*/
}

.cursored {
    z-index: 99999;
    position: fixed;
    overflow: hidden;
    width: 40px !important;
    height: 40px !important;
    background: transparent;
    transition: transform 0.2s;
    mix-blend-mode: difference;
    transform: translate(-50%, -50%) rotate(-45deg);
    pointer-events: none;
    transform-origin: center;
}

.cursored img {
    width: 100%;
    height: 100%;
}

.cursored.scale {
    animation: spin 2s infinite linear;
}

@keyframes spin {
    0% {
        transform: scale(2) translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: scale(2) translate(-50%, -50%) rotate(360deg);
    }
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #f05223;
}

::selection {
    background: #f05223;
    color: #fff;
}

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: 'smileFontfamily', "Malgun Gothic", "Dotum", "Gulim", "Helvetica", "sans-serif";
    height: 100%;
}

body.nav {
    overflow: hidden;
}

.w1400 {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.w1200 {
    max-width: 100%;
    width: 1240px;
    margin: 0 auto;
}

.tp_width {
    width: 1593px;
    margin: 0 auto;
    position: relative;
}

.tp_width:after {
    clear: both;
    content: "";
    display: block;
}

.col_white {
    color: #fff !important;
}

.uppercase {
    text-transform: uppercase;
}

/* 준비중 */
.ready-img-box {
    min-height: 80vh;
    width: 100%;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ready-img-box .ready-img {
    max-width: 100%;
}

.dp_pc {}

.dp_mob {
    display: none;
}

/* 헤더 */
#header {
    width: 100%;
    height: 70px;
    position: fixed;
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    z-index: 999;
    background: #101110;
}

#header::before {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    top: 70px;
    left: 0;
    background: #fff;
    transition: 0.8s cubic-bezier(0.89, 0.04, 0.03, 0.97);
}

#header.active::before {
    height: 220px;
}

.header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.header.tp_width:after {
    display: none;
}

#header .tp_logo {
    flex: none;
    width: 225px;
}

#header .tp_logo>a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#header .tp_logo>a>img,
#header .tp_logo>a>svg {
    width: 100%;
}

#header .tp-menu {
    max-width: 540px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-left: 80px;
    list-style: none;
    transition: all 0.3s;
    transition-delay: 0.8s;
}

#header .tp-menu.active {
    transition-delay: 0s;
    max-width: 640px;
}

#header .tp-menu li {
    width: auto;
    height: 70px;
    flex: 1;
    position: relative;
}

#header #tp-menu4 {
    padding-top: 9px;
}

@media (max-width: 1024px) {
   #header #tp-menu4 {
        padding-top: 0px;
    }   
}

#header .tp-menu li a {
    position: relative;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    height: 100%;
    line-height: 18px;
    padding-top: 18px;
    text-align: center;
}

#header .tp-menu>li>a::after {
    position: absolute;
    left: 0;
    bottom: 2px;
    content: '';
    display: inline-block;
    width: 100%;
    height: 4px;
    background-color: #fe5101;
    transform: scaleX(0);
    transition: transform 0.3s;
    transform-origin: left;
}

#header .tp-menu>li:hover>a::after,
#header .tp-menu>li.active>a::after {
    transform: scaleX(1);
}

#header .tp-menu-sub {
    position: absolute;
    top: -100%;
    opacity: 0;
    width: 100%;
    transition: 0.8s cubic-bezier(0.89, 0.04, 0.03, 0.97);
}

#header .tp-menu.active .tp-menu-sub {
    position: absolute;
    padding-top: 20px;
    top: 70px;
    opacity: 1;
    z-index: 1;
    left: 0px;
    transition: opacity 0.6s cubic-bezier(0.89, 0.04, 0.03, 0.97);
    transition-delay: 0.2s;
}

#header .tp-menu-sub li {
    height: 40px;
    text-align: left;
}

#header .tp-menu-sub li a {
    padding: 20px 0 5px;
    color: #101110;
    font-weight: 600;
    line-height: 1;
}

#header .tp-menu-sub>li>a::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #fe5101;
    transform: scaleX(0);
    transition: transform 0.3s;
    transform-origin: left;
}

#header .tp-menu-sub>li:hover>a::after,
#header .tp-menu-sub>li>a.active::after {
    transform: scaleX(1);
}

/*
#header .tp-menu li:hover { background: #f05223; }
#header .tp-menu li:hover a { color: #fff; }
*/
#header .m_menu {
    float: left;
    display: none;
    text-align: left;
}

#header .m_menu i {
    margin: 22px 0;
    font-size: 22px;
    margin-left: 3px;
}

#header .m_menu a {
    color: #000;
}

#header .tp-sns {
    float: right;
    list-style: none;
    margin-left: 90px;
}

#header .tp-sns li {
    float: left;
    margin: 23px 10px;
}

#header .tp-mail {
    float: left;
    margin: 23px 15px;
}

#header .tp-search #hd_sch {
    display: block;
    left: 0;
    top: 29px;
}

#header .tp-icon {
    position: relative;
    display: flex;
    align-items: center;
}

#header .tp-icon-item {
    margin: 0 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
}

#header .tp-icon-item.search {
    background: #fe5101;
}

#header .tp-icon-item .icons,
#header .tp-icon-item .icons-stroke {
    transition: all 0.3s;
}

#header .tp-icon-item:hover .icons {
    fill: #fe5101 !important;
}

#header .tp-icon-item:hover .icons-stroke {
    stroke: #fe5101 !important;
}

#header .tp-icon-item.search:hover .icons-stroke {
    stroke: #101110 !important;
}

#sch_stx {
    float: left;
    width: 115px;
    height: 30px;
    margin-left: 10px;
    padding-left: 10px;
    line-height: 30px !important;
    border: 0px;
}

#header .nav-mo {
    display: none;
}

/* TOP SEARCH */
#header .tp-search {
    flex: none;
    display: none;
    position: absolute;
    top: -5px;
    right: 0;
}

.search-form-container {
    display: block;
}

.search-button-container {
    display: none;
}

.tp-search form {
    background: #fff;
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    border: 1px solid #CCC;
    border-radius: 20px;
}

#header .tp-search form .tp-icon-item.search {
    background: #fff;
    font-size: 18px;
}

#header .language { 
    
}

#header .language a { 
    color:#777; 
    font-size:18px; 
    font-weight:600; 
    margin-right: 10px;
}

#header .language a.active {
    color:white;
}

@media(max-width:799px) {
    #header .language {
        position: fixed;
        pointer-events: none;
        bottom: 50px;
        right: 40px;
        transition: 0.5s;        
    }
    #header .language a.active { color: #000;  }
}

.tp-search input {
    border: none;
    background: transparent;
    padding: 10px;
    width: 115px;
    vertical-align: top;
}

.tp-search button {
    border: none;
    cursor: pointer;
    width: 25%;
    height: 38px;
    background: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.search-form-container [name=stx] {
    width: 70%;
}

#hd_sch #sch_submit {
    float: left;
    width: 34px;
    height: 28px;
    border-radius: 0 25px 25px 0;
    background: transparent url(../images/tp_search.gif) no-repeat 8px -87px;
    text-indent: -9999px;
}

#maintitle {
    background: #eef0ef;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    color: #f05222;
    padding: 105px 0 40px 0;
}

#slide {
    background: #eef0ef;
    width: 100%;
    padding-top: 70px;
}



#slide img {
    vertical-align: top;
    width: 100%;
    animation: fadein 3s;
    -moz-animation: fadein 3s;
    /* Firefox */
    -webkit-animation: fadein 3s;
    /* Safari and Chrome */
    -o-animation: fadein 3s;
    /* Opera */
}

#slide:after {
    clear: both;
    display: block;
    content: "";
}

#subslide {
    width: 100%;
    padding-top: 70px;
}

#subslide:before {
    margin-top: 30px;
}

#subslide img {
    vertical-align: top;
    width: 100%;
}

#subslide li {
    display: none;
}

#subslide:after {
    clear: both;
    display: block;
    content: "";
}

.bx-wrapper:after {
    clear: both;
    display: block;
    content: "";
}

.multi_slide {
    background: url(../images/multi_image.jpg) center no-repeat #0e0f11;
    background-attachment: fixed;
    height: 627px;
    position: relative;
}

.multi_slide2 {
    background: url(../images/sub04_slide.jpg) center top no-repeat #0e0f11;
    height: 627px;
}

.multi_slide .multi_search {
    position: absolute;
    bottom: 170px;
    width: 100%;
    text-align: center;
}

/* wrap */
#wrap {
    width: 100%;
    position: relative;
    background: #eef0ef;
    /* padding-bottom: 60px; */
    /* border-bottom: 3px solid #000; */
}

#wrap2 {
    width: 100%;
    position: relative;
    padding-bottom: 60px;
    border-bottom: 3px solid #000;
    background: #eef0ef;
}

.subtitle {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    color: #101110;
    padding: 70px 0;
}

.subtitle small {
    font-size: 60%;
}

.subtitle2 {
    font-size: 35px;
    font-weight: 800;
    color: #f05222;
    padding-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 4px solid #242422;
}

.subtitle3 {
    font-size: 33px;
    font-weight: 800;
    color: #f05222;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 4px solid #242422;
}

.multi_title {
    text-align: left;
    /*margin-left:20px;*/
}

.multi_img {
    border-bottom: 1px solid #cacaca;
    padding-bottom: 28px;
    /*margin-left: 20px;*/
}

.multi_img:after {
    clear: both;
    display: block;
    content: "";
}

.multi_img img {
    width: 100%;
}

.btn_morereview {
    text-align: center;
    background: #f05223;
    border-radius: 5px;
    display: table;
    margin: 20px auto;
}

.btn_morereview a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding: 12px 70px;
}

.btn_morereview:hover {
    background: #c62d00;
}

.btn_download {
    text-align: center;
    background: #f05223;
    border-radius: 5px;
    padding: 8px 20px;
    display: table;
    color: #fff !important;
}

.btn_download:hover {
    background: #c62d00;
}

.lt-list1 {
    text-align: center;
    padding-bottom: 100px;
    position: relative;
    z-index: 2;
}

.lt-list1:after {
    clear: both;
    display: block;
    content: "";
}

.grid .item {
    position: relative;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    overflow: hidden;
    height: 360px;
}

.lt-list1 .item a,
.lt-list2 .item a,
.lt-list3 .item a {
    height: 100%;
    border-radius: 20px;
}

.grid .item a img {
    object-fit: cover;
}

.grid .item {
    position: relative;
    width: calc(33.333% - 20px);
    margin-bottom: 30px;
}

.grid .item>a::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 15%, rgba(0, 0, 0, 0.9) 100%);
}

.lt-list1 .item:nth-of-type(1),
.lt-list2 .item:nth-of-type(1) {
    width: calc(66.666% - 10px);
}

.lt-list1 .item:nth-of-type(3),
.lt-list1 .item:nth-of-type(4) {
    width: calc(50% - 15px);
}

.grid .cover {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    -ms-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}

.item-textbox {
    position: absolute;
    display: flex;
    text-align: center;
    flex-direction: column;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 4;
    color: #fff;
    font-size: 20px;
    padding: 20px;
}

.item-textbox .nametec {
    color: #fe5101;
    font-size: 13px;
    padding-bottom: 5px;
}

.item-textbox .item-sub {
    letter-spacing: -1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: calc(100% - 60px);
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.6em;
    height: 3.2em;
    word-break: keep-all;
}

.lt-list1 .item:nth-of-type(1) .item-textbox .item-sub,
.lt-list2 .item:nth-of-type(1) .item-textbox .item-sub,
.lt-list1 .item:nth-of-type(3) .item-textbox .item-sub,
.lt-list1 .item:nth-of-type(4) .item-textbox .item-sub {
    line-height: 1.6em;
    height: 2em;
}

.item-textbox .item-title {
    padding-top: 10px;
    font-size: 14px;
}

.btn_macymore {
    height: 66px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 22px 50px;
    background: transparent;
    text-align: center;
    cursor: pointer;
    border: solid 2px #101110;
}

.btn_macymore.w-full {
    width: 100%;
}

.btn_macymore.col_white {
    color: #fff;
    border-color: #fff;
}

.btn_macymore.col_orange {
    border-color: #fe5101;
}

.btn_macymore span {
    position: relative;
    z-index: 2;
    color: #101110;
    font-size: 16px;
    font-weight: bold;
    transition: 0.6s cubic-bezier(0.18, 0.78, 0.31, 0.92);
}

.btn_macymore.col_white span {
    color: #fff;
}

.btn_macymore.col_orange span {
    color: #fff;
}

.btn_macymore:hover span {
    color: #fff;
}

.btn_macymore.col_white:hover span {
    color: #101110;
}

.btn_macymore::after {
    border: solid 2px #101110;
    content: '';
    display: inline-block;
    width: 200%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    clip-path: polygon(0 0, 20% 0, 0% 100%, 0 100%);
    transition: clip-path 0.6s cubic-bezier(0.18, 0.78, 0.31, 0.92);
}

.btn_macymore.col_white::after {
    background: #fff;
    border-color: #fff;
}

.btn_macymore:hover::after {
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.lt-list2 {
    width: 100%;
    text-align: left;
    display: flex;
    padding-bottom: 50px;
}

.lt-list2-zone {
    background: #e5e5e5;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 70px;
}

.lt-list2-ul {
    list-style: none;
    width: 100%;
}

.lt-list2-ul:after {
    clear: both;
    content: "";
    display: block;
}

.lt-list2-ul li {
    float: left;
    width: 50%;
    position: relative;
    margin-bottom: 30px;
}

.lt-list2-ul li div.item-img {
    float: left;
    display: inline-block;
    width: 30%;
    max-width: 100px;
    max-height: 100px;
    overflow: hidden;
    border-radius: 50%;
}

.lt-list2-ul li div.item-img img {
    display: block;
    border: 0;
    width: 100%;
    height: auto;
    margin: 0px auto;
}

.lt-list2-ul li div.item-txt {
    float: left;
    padding-left: 10px;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    color: #6c6c6c;
    display: inline-block;
    width: 50%;
}

.lt-list2-ul li a:hover div.item-txt {
    color: #c62d00;
}

.lt-list2-ul li div.item-txt span {
    font-size: 14px;
}

.lt-list3-zone {
    background: #222222;
    text-align: center;
    padding-bottom: 70px;
}

.lt-list3 {
    padding-bottom: 50px;
    width: 100%;
    text-align: center;
    display: flex;
    /* float: right; */
}

.lt-list2-ul li:nth-child(odd) {
    clear: both;
}

.main-ratio-list3-wrap {
    position: relative;
    width: 100%;
}

.main-ratio-list3-wrap>.ratio-box {
    /* position: absolute; */
    width: 100%;
    height: 100%;
}

.square-ratio-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

.square-ratio-wrap>* {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* sub wrap */
.content {
    padding: 0 20px;
    width: 100%;
}

.content:after {
    clear: both;
    display: block;
    content: "";
}

.content .bd_left {
    width: 100%;
    padding-top: 30px;
}

.content .bd_right {
    display: none;
    width: 27%;
    float: right;
    background: #e5e5e5;
    vertical-align: top;
    padding: 40px;
}

.content.fact {
    margin-bottom: 100px;
    padding: 40px 50px;
    background: #fff;
}

.bd_right_title {
    font-size: 18px;
    color: #f05223;
    font-weight: 800;
}

.bd_right_cont:before {
    content: '';
    display: block;
}

.bd_right_cont {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cecece;
    margin-top: 10px;
}

.bd_right_cont span {
    color: #6b6967;
    font-size: 13px;
    font-weight: bold;
}

.bd_right_cont span:before {
    content: '';
    display: block;
}

.bd_right_cont img {
    width: 100%;
}

.bd_right_cont .taglist {
    width: 100%;
    list-style: none;
}

.bd_right_cont .taglist li {
    padding: 5px 8px;
    background: #777777;
    float: left;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.bd_right_cont .taglist li:hover {
    background: #f05223;
}

.bd_right_cont .taglist li a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.bd_right_cont .taglist:after {
    clear: both;
    display: block;
    content: "";
}

.bd_right_cont2 {
    margin-top: 10px;
}

.bd_right_cont2 img {
    width: 100%;
}

.bd_right_cont2 .side_lt {
    width: 100%;
    list-style: none;
}

.bd_right_cont2 .side_lt li {
    margin-bottom: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cecece;
    overflow: hidden;
}

.bd_right_cont2 .side_lt li a {
    color: #949494;
    font-weight: bold;
    font-size: 15px;
}

.bd_right_cont2 .side_lt li p {
    margin: 10px 0;
}

.bd_right_cont2 .side_lt li img {
    width: 100%;
}

.content .mul_left {
    width: 27%;
    float: left;
    background: #f2f2f2;
    padding: 40px;
    margin-top: 65px;
}

.content .mul_left h2 {
    font-weight: 800;
    font-size: 25px;
}

.content .mul_left .mul_list_ul {
    list-style: none;
    margin-top: 20px;
}

.content .mul_left .mul_list_ul li {
    margin: 14px 0;
    font-size: 18px;
}

.content .mul_left .mul_list_ul li input {
    width: 20px;
    height: 20px;
}

.content .mul_right {
    width: 70%;
    float: right;
    vertical-align: top;
    margin-top: 65px;
}

.mul_right_ul {
    list-style: none;
    width: 100%;
    display: table;
}

.mul_right_ul li {
    float: left;
    margin-bottom: 20px;
    width: 33%;
}

.mul_right_ul li:nth-child(3n+3) {
    margin-right: 0px;
}

.mul_right_ul li dl {
    width: 260px;
    height: 320px;
    margin: 0 auto;
    border: 1px solid #e3e3e3;
    background: #fff;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.13), 0 0 3px 0 rgba(0, 0, 0, -30) !important;
    position: relative;
}

.mul_right_ul li dl dt {
    margin-bottom: 11px;
    overflow: hidden;
    height: 179px;
    width: 100%;
}

.mul_right_ul li dl dt img {
    width: 100%;
}

.mul_right_ul .tack-check {
    right: 10px;
    top: 10px;
    z-index: 1;
    position: absolute;
    font-weight: normal;
}

.mul_right_ul li dl dd {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #878787;
    font-size: 17px;
}

#mul_submit {
    text-align: center;
    background: #f05223;
    border-radius: 5px;
    padding: 12px;
    display: table;
    margin: 0px auto 20px auto;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border: 0px;
    cursor: pointer;
}

.side_search {
    border: 1px solid #bbb;
    border-radius: 5px;
    height: 42px;
    background: #fff;
    width: 272px;
}

#side_stx {
    float: left;
    width: 223px;
    height: 35px;
    padding-left: 10px;
    margin-left: 5px;
    line-height: 30px !important;
    border: 0px;
}

#side_stx2 {
    width: 423px;
    height: 37px;
    padding-left: 10px;
    margin-left: 5px;
    line-height: 30px !important;
    border: 0px;
}

#sch_submit2 {
    width: 37px;
    height: 37px;
    border-radius: 0 25px 25px 0;
    background: transparent url(../images/tp_search.gif) no-repeat 8px -87px;
    margin-bottom: -14px;
    margin-left: -3px;
}

/* sub content */
.ul_multi1 {
    display: table;
    width: 100%;
    list-style: none;
    padding: 80px;
    margin-top: 65px;
}

.ul_multi1 li {
    float: left;
    width: 33%;
    text-align: center;
    margin-bottom: 40px;
    transition: all 0.3s;
}

#presstab {
    display: none;
    background: #eef0ef;
    height: 60px;
    border-top: 1px solid #eef0ef;
}

.presstab {
    display: table;
    list-style: none;
    width: 500px;
    margin: 12px auto;
}

.presstab li {
    display: inline-block;
    width: 150px;
    height: 34px;
    border-radius: 6px;
    border: 1px solid #d2d2d2;
    text-align: center;
    padding-top: 6px;
    margin-right: 10px;
}

.presstab li a {
    color: #d2d2d2;
    font-size: 16px;
    font-weight: bold;
}

.presstab li:nth-child(3) {
    margin-right: 0px;
}

.presstab li.active {
    color: #f05223;
    border: 1px solid #f05223;
}

.presstab li.active a {
    color: #f05223;
}

.presstab li:hover {
    background: #fff;
    border: 1px solid #f05223;
}

.presstab li:hover a {
    color: #f05223;
}

.grid {
    /* margin-top: 22px; */
    width: 100%;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}

.grid .item a {
    display: block;
    /*height: 100%;*/
    width: 100%;
    overflow: hidden;
    position: relative;
}

.grid .item a:hover img {
    transform: scale(1.2) rotate(4deg);
    animation: all .5s;
    transition: all .5s;
    opacity: 1;
}

.grid .item img {
    transform: scale(1) rotate(0deg);
    animation: all .5s;
    transition: all .5s;
    opacity: 1;
    display: block;
    width: 100%;
}

.item {
    margin-bottom: 15px;
    /*height: 20vw ;
  /*360px*/
    overflow: hidden;
    padding: 0px;
    width: calc(98%/3);
}

.demo-image {
    width: 100%;
    display: block;
    height: auto;
}

/* 푸터 */
#footer {
    position: relative;
    width: 100%;
    background: #101110;
    padding: 100px 0;
}

/* #footer:after {
  clear: both;
  display: block;
  content: "";
}

.ft_line1 {
  margin-top: 40px;
}

.ft_line1:after {
  clear: both;
  display: block;
  content: "";
} */
#footer>div {
    display: flex;
    height: 120px;
}

.ft_logo {
    display: inline;
    width: 153px;
}

.ft_desc {
    /* float: left; */
    display: inline;
    width: 70%;
    color: #999999;
    line-height: 20px;
}

.ft_desc a {
    color: #999999;
}

.ft_copy {
    /* float: right; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    font-size: 13px;
    text-align: right;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.ft_ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
}

.ft_ul li {
    margin-left: 40px;
}

.ft_ul li a {
    color: #fff;
}

.ft_ul li a:hover {
    font-weight: bold;
}

.ft_ul_txt {
    font-size: 14px;
}

.ft_info {
    list-style: none;
    margin-top: 30px;
}

/* .ft_info:after {
  clear: both;
  display: block;
  content: "";
} */
.ft_right {
    color: #fff;
    font-size: 14px;
}

.ft_right.small {
    word-break: keep-all;
    font-size: 12px;
}

.ft_right span {
    color: #fff;
    font-weight: 500;
}

.site-info {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 550px;
    flex: none;
}

/*
.site-info:after {
  clear: both;
  display: block;
  content: "";
} */
.tbl_multi {
    margin: 0 0 20px;
    padding: 10px;
}

.tbl_multi table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.tbl_multi th {
    width: 70px;
    padding: 7px 13px;
    border: 1px solid #e9e9e9;
    border-left: 0;
    background: #f5f8f9;
    text-align: left;
    white-space: nowrap;
}

.tbl_multi td {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: transparent;
    font-size: 18px;
    color: #717171;
}

.tbl_multi td:first-of-type {
    text-align: center;
    width: 30%;
}

.tbl_multi td:nth-child(2) {
    width: 30%;
}

.tbl_multi td:nth-child(3) {
    width: 30%;
}

.tbl_multi textarea,
.frm_input {
    border: 1px solid #e4eaec;
    background: #f7f7f7;
    color: #000;
    vertical-align: middle;
    line-height: 2em
}

.tbl_multi textarea {
    padding: 2px 2px 3px
}

.frm_multi {
    height: 22px
}

.tbl_multi textarea {
    width: 98%;
    height: 100px
}

.tbl_multi input[type=checkbox] {
    outline-offset: 0px;
    outline: 0px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

.tbl_multi th label {
    font-weight: bold;
    vertical-align: middle;
    margin: 0;
}

.tbl_multi td label {
    font-weight: normal;
    vertical-align: middle;
    margin: 0;
}

.tbl_multi a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.hidden-img {
    display: block;
}

.visible-img {
    display: none;
}

.sub_header {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 70px;
    background: #eef0ef;
}

.sub_header img {
    width: 100%;
}

.sub_header p {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    color: #fff;
    font-weight: 800;
    font-size: 40px;
}

table.sub_table01 {
    width: 100%;
    border: 1px solid #dfdfdf;
    border-bottom: 0px;
    border-right: 0px;
}

table.sub_table01 th {
    padding: 6px;
    color: #555555;
    text-align: center;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

table.sub_table01 td {
    padding: 6px;
    color: #555555;
    text-align: left;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

table.sub_table01 th {
    background: #e5e3e3;
    text-align: center;
}

table.sub_table01 span {
    color: #2f68b2;
}

span.at_txt1 {
    display: block;
    margin: 15px 0;
    font-weight: bold;
}

span.at_txt2 {
    color: #f05223;
    font-size: 17px;
    font-weight: bold;
}

hr.global_hr {
    display: none;
}

#top_button,
#top_button2 {
    position: fixed;
    bottom: 100px;
    right: 32px;
    z-index: 8;
    transition: transform .5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#top_button2 {
    bottom: 170px;
    right: 0;
}

#top_button2 img {
    transition: 0.3s;
    width: 160px;
    height: auto;
    transform: scale(0.9);
}

#top_button2:hover img {
    animation: 1s pops infinite;
}

@keyframes pops {

    0%,
    55%,
    100% {
        transform: scale(0.9);
    }

    20% {
        transform: scale(0.7);
    }

    35% {
        transform: scale(1);
    }

    45% {
        transform: scale(0.8);
    }
}

#top_button .hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(30deg) scale(1.01);
    width: 84px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    clip-path: polygon(0% 0, 0% 0, 0% 100%, 0% 100%);
    transition: clip-path 500ms;
}

#top_button .hover svg {
    transform: rotate(30deg);
}

#top_button:hover .hover {
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
}

#top_button .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 84px;
    height: 84px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

#top_button .txt img {
    display: block;
    width: clamp(11.33333px, 0.88542vw, 0.88542vw);
    margin-bottom: 4px;
}

.bg-tr-item {
    opacity: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-tr-item.tr-item0,
.bg-tr-item.tr-item1,
.bg-tr-item.tr-item2,
.bg-tr-item.tr-item3,
.bg-tr-item.tr-item4 {
    top: 100px;
    left: 100px;
    width: 25px;
    height: 25px;
    background-image: url(../images/triangle_orange.svg);
}

.bg-tr-item.tr-item1 {
    right: 80px;
    left: auto;
}

.bg-tr-item.tr-item2 {
    left: 120px;
}

.bg-tr-item.tr-item3 {
    left: auto;
    right: 120px;
}

.bg-tr-item.tr-item4 {
    left: 80px;
}

.bg-tr-item.tr-item5 {
    top: 100px;
    right: 127px;
    width: 24px;
    height: 24px;
    background-image: url(../images/triangle_blue.svg);
}

.bg-tr-item.tr-item6 {
    top: 100px;
    left: 51.9px;
    width: 20px;
    height: 20px;
    background-image: url(../images/triangle_grey.svg);
}

/* swiper */
#slide {
    position: relative;
}

#slide .slidetitle {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    color: #101110;
    padding: 40px 0 20px 0;
}

.main-swiper {
    padding: 30px 0 100px;
    overflow: hidden;
    position: relative;
}

.main-swiper .swiper-slide {
    height: 520px;
    transition: 0s;
    border-radius: 20px;
    overflow: hidden;
}

.main-swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.main-swiper .swiper-slide a::after {
    transition: 0.3s;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.8);
}

.main-swiper .swiper-slide.actives a::after {
    background-color: rgba(0, 0, 0, 0.3);
}

.main-swiper .swiper-slide.actives-2 a::after {
    background-color: rgba(0, 0, 0, 0.4);
}

.main-swiper .swiper-slide a>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-swiper .swiper-title,
.main-swiper .swiper-sub {
    line-height: 1.5;
    letter-spacing: -1.2px;
    position: absolute;
    bottom: 65px;
    left: 50px;
    z-index: 2;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    padding-right: 40px;
    word-break: keep-all;
}

.main-swiper .swiper-slide .swiper-title::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.6s;
}

.main-swiper .swiper-slide:hover .swiper-title::after {
    transform: scaleX(1);
}

.main-swiper .swiper-title.underbar {
    border-bottom: 2px solid #fff;
}

.main-swiper .swiper-button-next,
.main-swiper .swiper-button-prev {
    top: calc(50% - 60px);
}

.main-swiper .swiper-sub {
    bottom: 30px;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    background: #ccc;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    background: #fe5101;
}

.main-swiper.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;
}

.main-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
}

.main-pagination .swiper-pagination-bullet {
    margin: 0 4px;
}

/* 서브페이지 */
.sub-page {
    padding-top: 70px;
}

.sub-page.pt_0 {
    padding-top: 0 !important;
}

.sub-page .subtitle {
    font-size: 36px;
    padding: 70px 0 10px;
}

.sub-page .subtitle-sub {
    font-size: 20px;
    text-align: center;
    word-break: keep-all;
    padding-bottom: 10px;
}

.sub-page .view-eng a{
    display: inline-block;
    width: 100%;
    font-size: 20px;
    text-align: center;
    word-break: keep-all;
    color: #ff5500;
    font-weight: 700;
     padding-bottom: 30px;
}

.sub-page .subtitle-sub span {
    display: block;
    transform: scale(0.8);
}

.sub-page .grid {
    margin-bottom: 50px;
}

#header .tp_logo>a.dp_mo {
    display: none;
}

/* 팝업레이어 */
#hd_pop {
    z-index: 99999;
    position: fixed;
    margin: 0 auto;
    width: 970px;
    height: 0;
    max-width: 100%;
}

#hd_pop h2 {
    font-weight:bold;
    font-size:28px;
    margin-top:5px;
}

#hd_pop p {
    font-size:25px;    
    font-weight:bold;
    margin-top:10px;
}

#hd_pop div.detail_txt { margin-top:10px; font-size:20px; }

@media(max-width:799px) {
    #hd_pop h2 { font-size: 6vw; margin-top: 0px;  }
    #hd_pop p {  font-size: 6vw; margin-top: 0px; }
    #hd_pop div.detail_txt { margin-top:10px; font-size:4vw;  }
}

.hd_pops {
    position: absolute;
    border: 12px solid #ff5500;
    background: #fff
}

.hd_pops_con {}

.hd_pops_con img {
    max-width: 100%;
}

.hd_pops_footer {
    font-size: 12px;
    padding: 10px 0;
    background: #000;
    color: #fff;
    text-align: right
}

.hd_pops_footer button {
    margin-right: 5px;
    padding: 5px 10px;
    border: 0;
    background: #393939;
    color: #fff
}



.bg-tr-item {
    display: none;
}

.content.fact h1,
.content.fact h2,
.content.fact h4,
.content.fact .sec1 .tb_bx table caption {
    color: #fd5100;
}

.content.fact .sec {
    margin-bottom: 160px;
}

.content.fact h1 {
    font-size: 52px;
    font-weight: 700;
    text-align: right;
    padding: 0 15px;
    margin-bottom: 30px;
}

.content.fact h2 {
    font-size: 34px;
    margin-bottom: 15px;
    font-weight: 700;
}

.content.fact h2 span {
    font-size: 20px;
    display: block;
}

.content.fact p {
    font-size: 16px;
    font-weight: 500;
}

.sec1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 120px 0;
}

.sec1 .txt_bx {
    width: 100%;
}

.sec1 .txt_bx.half {
    width: 45%;
}

.sec1 .tb_bx {
    width: 100%;
}

.sec1 .tb_bx table {
    margin: 0 auto;
    font-size: 16px;
    width: 90%;
}

.sec1 .tb_bx table caption {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
}

.sec1 .tb_bx table tr {
    font-size: 16px;
    font-weight: 600;
}

.sec1 .tb_bx table tr th:nth-child(2),
.sec1 .tb_bx table tr td:nth-child(2) {
    color: #fd5100;
}

.sec1 .tb_bx table tr th:nth-child(3),
.sec1 .tb_bx table tr td:nth-child(3) {
    color: #794aa6;
}

.sec1 .tb_bx table th,
.sec1 .tb_bx table td {
    width: 30%;
    text-align: center;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}

.sec2 .sec2_cont {
    margin-bottom: 150px;
}

.sec2_cont h3 {
    font-size: 28px;
    margin-bottom: 15px;
}

.sec2 .sec2_cont>p {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 80px;
}

.sec2 .sec2_cont .cont_li p span {
    display: block;
    color: #fd5100;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
}

.sec2 .sec2_cont .cont_li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 100px 0;
}

.sec2 .sec2_cont .cont_li li {
    max-width: 45%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sec2 .sec2_cont .cont_li li img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.sec2 .sec2_cont .cont_li li p {
    margin-bottom: 30px;

}

.content.fact .sec3>p {
    margin-bottom: 80px;
    font-size: 18px;
    font-weight: 700;
}

.sec3 .link_li {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 70px;
    width: 80%;
    margin: 0 auto;
}

.sec3 .link_li li a {
    display: inline-block;
    width: 100%;
}

.sec3 .link_li li a img {
    width: 100%;
}

.sec4 .org_li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0;
}

.sec4 .org_li:nth-child(2) {
    margin-bottom: 100px;
}

.sec4 .org_li li {
    width: 45%;
}

.sec4 .org_li li strong {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
}

.sec4 .org_li li b {
    font-size: 16px;
}

.sec4 .org_li li h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

@media(max-width:1280px) {
    .sec3 .link_li {
        width: 90%;
        grid-template-columns: repeat(3, 1fr);
        gap: 5vw;
    }
}


@media(max-width:950px) {
    .content.fact {
        padding: 30px;
    }

    .content.fact h1 {
        font-size: 38px;
    }

    .content.fact .sec1 .tb_bx table caption,
    .content.fact h2,
        {
        font-size: 26px;
    }

    .sec2 .sec2_cont .cont_li p span {
        font-size: 22px;
    }

    .sec2_cont h3 {
        font-size: 24px;
    }

    .sec1 {
        gap: 50px 0;
    }

    .sec1 .tb_bx table {
        width: 100%;
    }

    .sec1 .txt_bx.half {
        width: 100%;
    }

    .sec2 .sec2_cont {
        margin-bottom: 100px;
    }

    .sec2 .sec2_cont .cont_li li p {
        height: auto;
    }

    .sec2 .sec2_cont .cont_li {
        gap: 100px 0;
    }

    .sec2 .sec2_cont .cont_li li {
        max-width: 100%;
    }

    .sec3 .link_li {
        width: 90%;
        grid-template-columns: repeat(2, 1fr);
    }

    .sec4 .org_li li {
        width: 100%;
    }

}

@media(max-width:420px) {
    .sec3 .link_li {
        width: 90%;
        grid-template-columns: repeat(1, 1fr);
        gap: 5vw;
    }
}


@media screen and (max-width:600px) {
    #hd_pop {
        width: 97%;
        margin-top: 50px;
    }
}

@media screen and (max-width:1570px) {

    /* 패드 */
    .tp_width {
        width: 100%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 1400px) {
    .w1400 {
        width: 100%;
        padding: 0 20px;
    }

    .lt-list2,
    .lt-list3 {
        padding-bottom: 50px
    }
}

@media screen and (max-width: 1205px) {
    .item {
        height: 25vw;
    }
}

@media screen and (max-width:1097px) {

    /* 패드 */
    #wrap {
        overflow: hidden;
        /* padding: 0 20px; */
    }

    .w1400 {
        width: 100%;
    }

    .lt-list2 {
        width: 100%;
    }

    .lt-list3 {
        width: 100%;
    }

    .multi_title {
        margin-left: 0;
    }

    .lt-list3>a {
        display: block;
    }

    .lt-list3>a>img {
        width: 100%;
    }

    /* #wrap2 {
    padding: 0 20px;
  } */
    .content .bd_left {
        width: 100%;
        padding: 5px 0px;
    }

    .content .bd_right {
        width: 100%;
        padding: 30px 20px;
    }

    .side_search {
        width: 100%;
    }

    .bd_right_cont img {
        width: 100%;
    }

    .subtitle2 {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 25px;
    }

    .ul_multi1 {
        padding: 0;
    }

    .ul_multi1 li {
        padding: 20px;
    }

    .ul_multi1 li img {
        width: 100%;
    }

    .content .bd_right input#side_stx {
        width: 90%;
    }

    .content .bd_right input#sch_submit {
        position: absolute;
        right: 40px;
    }

    .content .mul_left {
        width: 100%;
        padding: 30px;
        margin-top: 15px;
    }

    .content .mul_left ul.mul_list_ul {
        margin-top: 0;
    }

    .content .mul_left ul.mul_list_ul li {
        float: left;
        padding-right: 10px;
    }

    .content .mul_right {
        width: 100%;
    }

    /*.tp-menu,.tp-mail,.tp-search { display:none; }*/
    .main-ratio-list3-wrap {
        padding-bottom: 0;
    }

    .main-ratio-list3-wrap>.ratio-box {
        position: relative;
    }

    hr.global_hr {
        border: 1px solid #000;
        display: block;
    }
}

/* new header mobile */
@media(max-width:1024px) {

    .dp_pc {
        display: none;
    }

    .dp_mob {
        display: block;
    }

    #header .m_menu {
        display: block;
    }

    #header,
    .header {
        height: 50px;
    }

    #header .tp_logo {
        width: 225px;
        height: 45px;
    }

    #header .tp_logo>a>img {
        margin-top: 2px;
    }

    #header .m_menu span {
        display: block;
        width: 20px;
        height: 3px;
        background-color: #fff;
        margin-bottom: 5px;
    }

    #header .m_menu span:nth-of-type(2) {
        width: 25px;
        transition-delay: 0.1s;
    }

    #header .m_menu span:nth-of-type(3) {
        margin-bottom: 0;
        transition-delay: 0.2s;
    }

    #header .m_menu .nav-toggle.active span {
        opacity: 0;
    }

    #header .tp-search {
        width: 200px;
    }

    #header .tp-menu {
        display: none;
    }

    #header .nav-mo {
        display: block;
        position: fixed;
        top: 0;
        left: -100%;
        width: 90%;
        background-color: #fff;
        height: 100vh;
        padding: 20px;
        transition: 0.8s cubic-bezier(0.89, 0.04, 0.03, 0.97);
    }

    #header .nav-mo.active {
        top: 0;
        left: 0;
    }

    #header .nav-mo-logo {
        width: 100%;
    }

    #header .nav-mo-logo img {
        width: 225px;
    }

    #header .nav-mo .nav-mo-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #header .nav-mo .nav-mo-top i {
        font-size: 24px;
        margin-bottom: 4px;
        transform: rotate(45deg);
        opacity: 0;
        transition: all 0.4s;
    }

    #header .nav-mo.active .nav-mo-top i {
        transition-delay: 0.4s;
        opacity: 1;
        transform: rotate(0deg);
    }

    #header .nav-mo .tp-menu {
        padding-top: 15px;
        flex-direction: column;
        margin-left: 0;
        display: flex;
        justify-content: flex-start;
    }

    #header .nav-mo .tp-menu li {
        flex: none;
        height: auto;
    }

    #header .nav-mo .tp-menu li a {
        text-transform: uppercase;
        font-size: 16px;
        width: 100%;
        color: #1e1e1e;
        height: auto;
        padding: 12px 0 12px 22vw;
        line-height: 1;
        border-bottom: 1px solid #e5e5e5;
        text-align: left;
    }

    #header .nav-mo .tp-menu li a.active {
        border-bottom: 2px solid #fe5101;
    }

    #header .nav-mo .tp-menu li a:after {
        display: none;
    }

    #header .nav-mo .tp-menu-sub {
        position: static;
        opacity: 1;
        z-index: 1;
    }

    #header .nav-mo .tp-menu-sub>li {
        transition: 0.3s;
        height: 0;
        opacity: 0;
        overflow: hidden;
    }

    #header .nav-mo .tp-menu-sub.active>li {
        opacity: 1;
        height: 35px;
    }

    #header .nav-mo .tp-menu-sub>li>a {
        font-size: 13px;
        border-bottom: 0;
        color: #585858;
    }

    #header .tp-icon-item {
        display: none;
    }

    #header .tp-icon-item.search {
        width: 24px;
        height: 24px;
        display: inline-flex;
    }

    #header .tp-icon-item.search svg {
        width: 14px;
        height: 14px;
    }

    #header .tp-search {
        top: -8px;
        right: -5px;
    }

    #header .nav-mo .tp-icon {
        opacity: 0;
        position: fixed;
        pointer-events: none;
        bottom: 50px;
        left: 20px;
        transition: 0.5s;
    }

    #header .nav-mo.active .tp-icon {
        transition-delay: 0.5s;
        opacity: 1;
        pointer-events: all;
    }

    #header .nav-mo .tp-icon-item {
        display: flex;
        margin: 0 5px 0 0;
    }

    .btn_macymore {
        padding: 20px 50px;
    }

    .btn_macymore span {
        font-size: 14px;
    }

    .subtitle {
        padding: 40px 0;
        font-size: 22px;
    }

    .sub-page .subtitle-sub {
        font-size: 18px;
    }

    .lt-list1 {
        padding-bottom: 20px;
    }

    .grid {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .grid .item {
        width: 100% !important;
        height: 320px;
        margin-bottom: 15px;
    }

    .item-textbox .nametec {
        padding-bottom: 4px;
    }

    .item-textbox .item-sub {
        font-size: 16px;
        padding-bottom: 15px;
        width: 100%;
        letter-spacing: -0.8px;
    }

    .lt-list2-zone,
    .lt-list3-zone {
        padding-bottom: 40px;
    }

    .bg-tr-item.tr-item0 {
        left: 25px;
    }

    .bg-tr-item.tr-item1 {
        right: 10px;
    }

    .bg-tr-item.tr-item2 {
        left: 48px;
    }

    .lt-list1 .item:nth-of-type(1) .item-textbox .item-sub,
    .lt-list2 .item:nth-of-type(1) .item-textbox .item-sub,
    .lt-list1 .item:nth-of-type(3) .item-textbox .item-sub,
    .lt-list1 .item:nth-of-type(4) .item-textbox .item-sub,
    .item-textbox .item-sub {
        line-height: 1.6em;
        height: 3.2em;
    }

    /* swiper */
    #slide {
        padding: 55px 0 75px;
        background: #eef0ef;
    }

    .main-pagination {
        bottom: 50px;
    }

    .main-pagination .swiper-pagination-bullet {
        margin: 0 2px;
    }

    .main-swiper {
        height: 70vh;
        padding: 10px 15px;
    }

    .main-swiper .swiper-slide {
        height: 100%;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .main-swiper .swiper-sub {
        display: none;
    }

    .main-swiper .swiper-title {
        letter-spacing: -0.9px;
        word-break: keep-all;
        font-size: 18px;
        left: 25px;
        bottom: 20px;
    }

    .lt-list2,
    .lt-list3 {
        padding-bottom: 0;
    }

    #top_button {
        transform: scale(0.9);
        right: 20px;
    }

    #top_button2 {
        transform: scale(0.9);
        right: 0;
        bottom: 120px;
    }

    #top_button2 img {
        width: 120px;
        transform: scale(1);
    }

    #top_button2:hover img {
        animation: none;
    }

    #top_button:hover .hover {
        clip-path: polygon(0% 0, 0% 0, 0% 100%, 0% 100%);
    }

    /* subpage */
    .sub-page {
        padding: 50px 0;
    }

    .sub-page .subtitle {
        font-size: 26px;
    }

    /* footer */
    #footer {
        padding: 50px 0;
    }

    #footer>div {
        flex-direction: column;
        height: 220px;
        justify-content: center;
    }

    .site-info {
        width: 100%;
        border-bottom: 1px solid #aaa;
    }

    .ft_right.small {
        margin: 10px 0;
    }

    .ft_ul {
        justify-content: flex-start;
        padding: 10px 0;
    }

    .ft_ul li:first-of-type {
        margin-left: 0;
    }

    .ft_copy {
        text-align: left;
    }
}

@media screen and (max-width:850px) {
    .ft_right {
        word-break: keep-all;
        font-size: 13px;
    }

    .ft_ul li {
        margin-left: 20px;
    }
}

@media screen and (max-width:640px) {
    .ft_ul li a {
        font-size: 13px;
    }
}

@media screen and (max-width:600px) {

    /* 모바일 */
    .hidden-img {
        display: none;
    }

    .visible-img {
        display: block;
    }

    .width {
        width: 100%;
    }

    .lt-list1 p {
        font-size: 16px;
    }

    .subtitle {
        font-size: 28px;
    }

    .ul_multi1 {
        margin-top: 25px;
    }

    .ul_multi1 li {
        width: 50%;
        padding: 10px;
    }

    .lt-list2-ul li {
        width: 100%;
    }

    .lt-list2-ul li div.item-txt {
        width: 65%;
    }

    .content .bd_left,
    .content .bd_right {
        width: 100%;
    }

    .multi_search {
        width: 100%;
    }

    .multi_search input#side_stx2 {
        width: 60%;
    }

    .content .mul_right_ul li {
        width: 50%;
        padding-right: 10px;
    }

    .content .mul_right_ul li dl {
        width: 100%;
    }

    .presstab {
        width: 100%;
        text-align: center;
    }

    .presstab li {
        width: 25%;
    }

    .lg-download {
        display: none;
    }

    .presstab li {
        height: initial;
        padding: 10px 0;
    }

    .presstab li a {
        font-size: 12px;
    }
}

@media screen and (max-width:500px) {
    .content .mul_right_ul li dl {
        height: 250px;
    }
}

/* TOP 버튼 */
div.goto-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: none;
    z-index: 2;
}

div.goto-top a {
    /*background: black;*/
    /*color: white;*/
    color: transparent;
    cursor: pointer;
    display: block;
    /*padding: 15px 10px;*/
    /*border-radius: 1000px;*/
    height: 70px;
    width: 70px;
    background: url(../images/top_02.png );
}

@media screen and (max-width:768px) {
    div.goto-top {
        /*bottom:-10px;*/
        `
        /*right:-10px;*/
        ` opacity: 0.2;
    }

    div.goto-top a {
        /*padding: 15px 10px;*/
        zoom: 0.7;
    }
}

@media screen and (max-width: 480px) {
    .item {
        width: 100%;
        padding: 0 5px;
        height: 66vw;
    }

    #presstab {
        height: 80px;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .item {
        width: 100%;
        padding: 0 5px;
        height: 66vw;
    }
}

@media screen and (min-width: 769px) {}

.slide_text {
    position: absolute;
    word-break: break-word;
    background: rgba(0, 0, 0, 0.8);
    padding: 30px;
}

.slide_line1 {
    font-size: 18px;
    color: #fff;
    display: block;
}

.slide_cate2 {
    color: #ffbf0d;
}

.slide_line2 {
    margin-top: 20px;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    display: block;
}

.slide_line3 {
    font-size: 15px;
    color: #fff;
    margin-top: 40px;
    display: block;
}

@media screen and (max-width:359px) {
    #footer>div {
        height: auto;
    }

    .ft_ul li {
        margin-left: 5px;
    }
}

#presstab .presstab {
    opacity: 0;
}

@media(max-width:330px) {
    #header .tp_logo {
        width: 162px;
    }

    #footer {
        padding: 20px 0;
    }

    .ft_logo {
        width: 125px;
    }

    .ft_right.small {
        margin: 5px 0;
    }

    .ft_ul {
        padding: 5px 0;
    }
}