@charset "utf-8";


/*기본 셋팅 css*/
*{box-sizing:border-box;}
html{overflow-x: hidden;}
body,h1,h2,h3,h4,h5,h6,p,dl,dd{margin:0;}
body{
    _min-width:1920px;
    color:#373737;
    font-family:'Noto Sans KR', sans-serif !important;
    letter-spacing:-1px;
	font-size:1em;
	font-weight:normal;
	overflow-x: hidden;
    _background:#000000;
}

h1, h2, h3{font-family:'GopherDisplay', sans-serif;}
h4, h5, h6{font-family: "GmarketSans", sans-serif;}
p{font-family:'Noto Sans KR', sans-serif;}

ul{
    margin:0;
    padding:0;
    list-style:none;
}

a{
    text-decoration:none;
    color:#373737;
}

.inner{
    width:1300px;
    margin:0px auto;
}


.cf::after{
    content:"";
    display:block;
    clear:both;
}



#container{float:none !important; width:auto !important;margin:0!important;}



@font-face {
    font-family: 'Montserrat';
    src: url('https://fonts.googleapis.com/css2?family=Montserrat');
}


@font-face { 
	font-family: 'GopherDisplay'; 
	src: url('../font/GopherDisplay-Bold.ttf') format('woff'),
    url('../font/GopherDisplay-Bold.ttf') format('opentype');
	font-weight: 900;
	font-style: bold;  
}


@font-face { 
	font-family: 'GmarketSans'; 
	src: url('../font/GmarketSansTTFLight.ttf') format('woff'),
    url('../font/GmarketSansTTFLight.ttf') format('opentype');
	font-weight: 100;
	font-style: thin;  
}

@font-face { 
	font-family: 'GmarketSans'; 
	src: url('../font/GmarketSansTTFMedium.ttf') format('woff'),
    url('../font/GmarketSansTTFMedium.ttf') format('opentype');
	font-weight: 500;
	font-style: normal;  
}

@font-face { 
	font-family: 'GmarketSans'; 
	src: url('../font/GmarketSansTTFBold.ttf') format('woff'),
    url('../font/GmarketSansTTFBold.ttf') format('opentype');
	font-weight: 900;
	font-style: bold;  
}


@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

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

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-display: swap;
}






/* gnb */

/*해더*/
#header{
    position: absolute;
    color:#ffffff;
    z-index:9;
    width:100%;
	font-weight: 300;
	transition: all 0.3s;
}

#header:hover{_background: #ffffff;_border-bottom:1px solid #373737;}
#header:hover .gnb_wrap .gnb .menu>a{color:#373737;}



#header h1{
    font-size:18px;
    font-weight:bold;
    float:left;
    z-index:99;
	display: flex;
    align-items: center;
    
}
#header h1 img{}
#header h1 a{color:#eeeeee;}
#header .nav_wrap p{display:inline-block;padding-top:48px;}
#header h1 a {
    width: 118px;
    height: 52px;
    display: block;
    background: url(../images/logo.png)no-repeat;
}
#header .pc_logo span{font-size:22px;margin-left:20px;font-family:'GmarketSans', sans-serif !important;margin-top:5px;font-style: italic;
    font-weight: 500;}
#header.fix .pc_logo span{color:#373737;}
#header:hover .pc_logo span{color:#373737;}
#header:hover h1 a{background:url(../images/logo_b.png)no-repeat;}
#header:hover .kor_eng_wrap{background:url(../images/world_black.png)no-repeat 20px;}
#header:hover .kor_eng_wrap a{color:#373737;}


#header .menu_warp{
    font-size:17px;
    color:#eeeeee;
    _padding-left: 415px;
    line-height:70px;
    float:left;
}

#header .menu_warp>li{
    float:left;
    _padding:0 8px;
    font-weight:bold;
    color:#373737;
    position:relative;
}

#header .gnb{z-index:0;}

#header .gnb_btn{padding-top:42px;display: inline-block;padding-left:27px;cursor:pointer;}



#header .menu_warp li a{
    color: #373737;
    _line-height:162px;
}


#header .menu_warp ul{
    position: absolute;
    margin:0;
    padding:0;
    left:0;
    z-index:999;
}

.kor_eng_wrap{padding-left:60px;display:inline-block;background: url(../images/world.png) no-repeat 20px;}
.kor_eng_wrap li{float:left;font-size:17px;
    font-weight:bold;
    color:#eeeeee;
    line-height:70px;
    font-size:14px;
}

.kor_eng_wrap li a{color:#ffffff;}

.kor_eng_wrap li:after{
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    background: #b5b5b5;
    margin: 0 10px;
}
.kor_eng_wrap li:last-child::after{display:none;}
.kor_eng_wrap li:last-child a{_color:#2A57B5;}



#header .gnb .gnb-bg{
    display: none;
    position: absolute;
    top: 51px;
    _background:#ffffff;
    background-color: rgba(245, 245, 245, 0.9);
    width: 100%;
    height: 0px;
}

.top_wrap{width: 100% !important;height: 40px;line-height: 55px;border-bottom: 1px solid #e1e1e1;}
#header .info{float:right;}
.info li {
    float: left;
    margin-right: 40px;
    font-size: 12px;
    line-height: 40px;
    font-weight:bold;}
.info li a{color:#939393;}


/*
.menu_warp>li::after{
    content:"";
    display:block;
    width:100%;
    height:3px;
    background:#3052B6;
    position:absolute;
    left:0;
    top: 87px;
    transform:scale(0,1);
    transition:transform 0.5s;
}
.menu_warp>li:hover::after{
    transform:scale(1);
    
}*/


#header .gnb_wrap{z-index: 1000;transition: all 0.3s;}
#header.fix .gnb_wrap{position: fixed;width: 100% !important;background-color: #fff;top: 0;left: 0;transition: all 0.3s;}
#header.fix h1{_z-index:99999;}
#header.fix h1 a{background:url(../images/logo_b.png)no-repeat;}
#header.fix .gnb_wrap .gnb .menu>a{color: #373737;}
#header .gnb_wrap .home{position:absolute;top:0;left:50%;margin-left:-600px;z-index:10;background-color:#5580ce;opacity:0;transition:opacity 0.2s;}
#header .gnb_wrap .gnb{position:relative;}
#header .gnb_wrap .gnb>ul{}
#header .gnb_wrap .gnb .menu{width:127px;position: relative;float: left; font-size: 17px;text-align: center;font-family:'NanumSquare', sans-serif !important;}
#header .gnb_wrap .gnb .menu>a{color: #ffffff;display: inline-block;position: relative;}
#header .gnb_wrap .gnb .menu>a:hover{color:#ff1ccd;font-weight: bold;}
/*
#header .gnb_wrap .gnb .menu>a:before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ff1ccd;
    position: absolute;
    left:0;
    bottom: -2px;
    transform: scaleX(0);
    transition: all .3s;
}*/
#header .gnb_wrap .gnb .menu>a:hover:before{transform: scaleX(1);}
#header .gnb_wrap .gnb .depth2:hover .m{border-bottom:2px solid #006DB5;}
#header .gnb_wrap .gnb-bg{display: none;position: absolute;left:0;top: 0; border-bottom:2px solid #fafafa;background-color:#ffffff; width: 100%;_height:280px;z-index:-1;
}
#header .gnb_wrap .gnb-bg img{_width:80%;_height:100%;}
#header .gnb_wrap .depth2{width:100%;height:200px;display:none;font-size:16px;font-weight:normal;line-height:35px;font-family:'Noto Sans KR', sans-serif !important;}
#header .gnb_wrap .depth2 li a{font-size:15px; letter-spacing:-0.5px;_padding:0 5px;border-radius:5px;transition:0.1s;}
#header .gnb_wrap .depth2 li:hover a{_background:url(../images/gnb_bg.png)no-repeat center left;}
#header .gnb_wrap .depth2 li a:hover{color:#3052B6;transition:0.1s;font-weight:bold;}
#header .gnb_wrap .depth2:hover{background:;}
#header .gnb_wrap .gnb .menu:hover .depth2{_background:#fafafa;}
#header .gnb_wrap .gnb .menu{transition:all 0.3s;}
#header .gnb_wrap .gnb .menu:hover .m{_background:url(../images/blue_circle.png)no-repeat left; transition:all 0.3s;font-weight: bold;}
#header .gnb_wrap .gnb .menu:hover .m2{background:none;}
#header .gnb_wrap .gnb .menu2:hover{background:url(../images/blue_circle.png)no-repeat left; transition:all 0.3s;}

#header.fix .kor_eng_wrap{background:url(../images/world_black.png) no-repeat 20px;}
#header.fix .kor_eng_wrap li a{color:#373737;}
.kor_eng_wrap li.on a{color:#2656B6;}


#header.sc{background-color: #fff;border-bottom: 1px solid #ccc;}
#header.ms{background-color: #fff;border-bottom: 1px solid #ccc;}
#header.sc .gnb .menu .m{position: relative;color: #222;}
#header.ms .gnb .menu .m{position: relative;color: #222;}
#header.ms h1 a{background-image: url(../images/logo_b.png);}
#header.sc h1 a{background-image: url(../images/logo_b.png);}


#menuToggle
{z-index: 9999999;
  display: block;
  position: absolute;
  top: 67px;
  right: 177px;
  float:right;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #717171;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: #006DB5;
    font-weight: bold;
    
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  background: none;
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 999; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 24px;
  height: 2px;
  margin-bottom: 4px;
  position: relative;
  
  background: #ffffff;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #5b5b5b;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{height: 3000px;
    top: 0px;
    right: -192px;
  position: absolute;
  width: 480px;
  margin: -100px 0 0 -50px;
  _padding: 50px;
  padding-top: 215px;
  _padding-left:64px;
  
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    background:#ffffff;
    font-weight:300;
}

#menu>li
{
  font-size: 22px;   
}

#menu>li:hover{background:url(../images/nav_on.png)no-repeat left;
}



/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

#menuToggle .menu_in li{padding:0px;margin-bottom:10px; }
#menuToggle .menu_in li a{display: block;padding-left: 16px;font-size: 16px;opacity: 0.8}
.mo_logo{width:30px;height:30px; background:url(../images/logo_mo2.png)no-repeat !important;background-size:cover !important;}
.mo-gnb{position: absolute; width: 100%;top: 70px;border-top: 1px solid rgba(255, 255, 255, 0.1);}
#menu .d1{}
#menu .d1 .m{display: block;padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1);font-size: 18px;padding-left:35px;background:#ffffff;border-bottom:1px solid #e6e6e6;}
#menu .d1 .m2{display: block;padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1);font-size: 18px;padding-left:35px;background:#ffffff;border-bottom:1px solid #e6e6e6;}
#menu .d1{}
#menu .d1 .m.active{/*background-color: #059b04;color:#fff; border-bottom: 1px solid #059b04;배경초록색*/color: #373737;}
#menu .d1 .sub{display:none;background-color: #eee;}
#menu .d1 .sub li{border-bottom:1px solid #ddd;}
#menu .d1 .sub li:last-child{border-bottom:0;}
#menu .d1 .sub li a{display: block;font-size: 16px;color: #555;padding: 10px 0;/*font-family: 'GmarketSansMedium';*/font-weight:500;padding-left:35px;}
#menu .d1 .m{transition:all 0.2s;}
#menu .d1 .m i{transition:all 0.2s;float:right;}
#menu .d1 .m i.rightico{transform:rotate(180deg);transition:all 0.2s;}

.box_m{padding-top: 90px;padding-bottom: 14px;}
#menuToggle .box_m a{color:#ffffff !important;}
#menuToggle .box_m li{float:left;}

nav{_display:none;}



#parallax__nav {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    background-color: #2b343b;
    padding: 20px 25px;
    border-radius: 25px;
}
#parallax__nav li {
    list-style: none;
	margin: 10px 0;
}
#parallax__nav li a {
    display: inline-block;
    padding: 5px;
    padding:0 15px;
    text-align: center;
    line-height: 30px;
	font-size:17px;
    color:#ffffff;
    _width:50%;
	font-weight: bold;
}
#parallax__nav li a.active {
    color: #ffffff;
    background: linear-gradient(to right, #ff1ccd, #9134e5);
    border-radius:50px;
}
#parallax__nav br{display:none;}






/*사이드메뉴*/
.side_nav{position:fixed;right:20px;top:50%;transform: translateY(-50%);}
.side_menu{text-align: center; width:70px;padding:30px 0;padding-bottom: 18px;background: linear-gradient(to top, #ff1ccd, #9134e5);border-radius:50px;box-shadow: 5px 5px 30px 1px rgba(0, 0, 0, 0.1);}
.side_menu li{font-size:12px;font-weight:bold;transition:all 0.2s;padding-bottom: 20px;}
.side_menu li:hover a{font-weight: bold;}
.side_menu li a{color:#ffffff;height: 100%;width: 100%;display: block;}
.side_menu li p{padding-top:2px;text-align:center;}



/* 메인슬라이더 */
.gra_text{font-size: 46px;background: linear-gradient(to right, #ff1ccd, #9134e5);color: transparent;-webkit-background-clip: text;display: inline-block;}
/*메인슬라이더*/
.main_slider{position:relative;z-index:0;}
.main_slider .table{display: table;
    vertical-align: middle;
    width:100%;    
}
.main_slider .left_img{display: table-cell;width:63.64%;height:845px;}
.main_text{color: #ffffff;position: absolute;top: 300px;right: 0;text-align: end !important;z-index: 99;}
.main_text h1{font-size:45px;margin-bottom:60px;font-family: 'GmarketSans';font-weight: 500;font-style: italic;}
.main_text h1 span{font-size:68px;margin-top:20px;display: inline-block;}
.main_text p{color:#ffffff;font-size: 18px;}
.slider_btn{margin-top:30px;}
.main_left_wrap{display:block;position: relative;}
.main_slider .main_text .swiper-pagination-bullet {width: 10px!important;height: 10px!important;margin-right:8px!important;background-color: #fff !important;opacity: 1!important;transition:0.3s;}
.main_slider .main_text .swiper-pagination-bullet-active{width: 40px !important;border-radius: 20px;transition:0.3s;_background-color: #ff1ccd !important;}
.swiper-pagination{bottom: -45px;right: 0;}



.swiper-slide img{height: auto !important;}
.main_bottom_box img{width:auto !important;display:inline-block !important;}
.swiper-slide .right_img{text-align:left !important;}
.swiper-slide .right_img .main_bottom_box{text-align:center !important;}



.slider_btn>div{border-radius:50px;}
.left_arrow{background:rgba(255,255,255,0.4) url(../images/right.png)no-repeat center 18px;width:53px;height:53px;}
.right_arrow{background:rgba(255,255,255,0.4) url(../images/left.png)no-repeat center 18px;width:53px;height:53px;}




.main_slider{position:relative;}

.scroll_con {
	display: flex;
    justify-content: center;
  	position: absolute;
    bottom: 5%;
    left:50%;
    transform: translateX(-50%);
    z-index: 999;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: 75px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}







.swiper-slide img{height: auto !important;}
.main_bottom_box img{width:auto !important;display:inline-block !important;}
.swiper-slide .right_img{text-align:left !important;}
.swiper-slide .right_img .main_bottom_box{text-align:center !important;}

.main_slider{position:relative;}
.click_wrap{position:absolute;bottom:-75px;left: 50%;transform: translate(-56%, -50%);z-index:1;overflow: hidden;}
.click_wrap>div{position:relative;width:250px;height: 150px; float:left;border-right:1px solid #a0a0a0;}
.click_wrap>div a{width: 100%;height: 100%;display: block;}
.click_wrap>div a:after{
    content: "";
    display: block;
    position: absolute;
    top: 60px;
    left: 30px;
    width: 70px;
    height: 2px;
    transform-origin: left center;
    transform: scaleX(0);
    background: #fff;
    transition: transform 0.5s ease;
}
.click_wrap>div a:hover:after{transform: scaleX(1);}
.click_wrap .bg_white p{padding-top:160px;font-weight:normal;font-size:15px;}



.click_wrap p{font-size:18px;color:#f9f9f9;padding-left: 30px;padding-top: 15px;}
.click_wrap .click_box0{width:150px;}
.click_wrap .click_box1{position:relative;}
.click_wrap .click_box1:hover .bg_white{bottom: 0px;z-index: -1;}
.click_wrap .click_box2:hover .bg_white{bottom: 0px;z-index: -1;}
.click_wrap .click_box3:hover .bg_white{bottom: 0px;z-index: -1;}
.click_wrap .ver_text{writing-mode: vertical-rl;transform: rotate(
180deg);margin-left:70px;margin-top:20px;}


.bg_white {
            width:250px;height: 230px;
            position: absolute;
            bottom: -230px;
            background:rgba(255,255,255,0.5);
            transition: all 0.3s;
        }





.swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
          vertical-align:middle;
      }

.main_slider{position:relative;}
.main_box{width:100%;position:absolute;bottom:0;z-index: 9;display:table-cell;}
.main_box li{width:33.33%;height:180px;background:url(../images/main_top1.png)no-repeat;background-size:cover;float:left;transition:all 0.3s;}
.main_box li h3{font-size:22px;padding-top:80px;color:#ffffff;text-align:center;}
.main_box li:hover{background:url(../images/main_top1_hover.png)no-repeat;background-size:cover;transition:all 0.3s;}
.main_box .img_box2:hover{background:url(../images/main_top2_hover.png)no-repeat;background-size:cover;transition:all 0.3s;}
.main_box .img_box3:hover{background:url(../images/main_top3_hover.png)no-repeat;background-size:cover;transition:all 0.3s;}
.main_box li a{display: block;width: 100%;height: 100%;}
.main_box .img_box2{background:url(../images/main_top2.png)no-repeat;background-size:cover;}
.main_box .img_box3{background:url(../images/main_top3.png)no-repeat;background-size:cover;}



/*메인이미지 애니메이션*/
.mySwiper{width:100%;}
.mySwiper .swiper-slide{position: relative;height: 100vh;overflow: hidden;}
.mySwiper .swiper-slide .type_a{position: absolute;width: 100%; height: 100vh;top: 0;right: 0;left: 0;bottom: 0;background-position: 50% 50%; background-repeat: no-repeat;background-size: cover;opacity: 1;
    background-color: #000;transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    -webkit-transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), transform 5s cubic-bezier(0.4, 0, 0.2, 1);}

.mySwiper .swiper-slide-active .type_a{opacity: 1;
	transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);}




.main_slider {
    height: 100vh;
}
.left_bg {
  background:url(../images/main1.jpg)no-repeat;
  background-size: cover;
  background-position:center center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.left_bg2{
  background:url(../images/main3.jpg)no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px; 
}
.left_bg3{
  background:url(../images/slider3.png)no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.main_slider{position: relative;}
.swiper-pagination-current{font-size:30px;}
.swiper-pagination-total{font-size:18px;}



/* con02 */
.con02{display:flex;justify-content: space-between;padding:80px 0;background:#f4f4f4;_background:url(../images/main3_b.jpg)no-repeat fixed; background-size:cover;background-position: right;}
.con02 h3{margin-bottom:90px;}
.con02 .gra_text{_color:#ffffff;}
.con02 .right_img{position: relative;}
.con02 .circle1{position: absolute;right:-60px;top:40px;z-index: 1;}
.con02 .circle2{position: absolute;left:140px;bottom:-100px;}
.con02 .circle3{position: absolute;left:40px;bottom:40px;}
.con02 p{font-size:20px;line-height: 36px;margin-bottom:30px;color:#373737;}
.con02 p span{font-weight: bold; color:#ff1ccd;}
.more_btn{font-size:18px;color:#ffffff;display:inline-block;background:linear-gradient(to right, #ff1ccd, #9134e5);font-family:'GopherDisplay', sans-serif !important;border-radius:50px;margin-bottom: 40px;}
.more_btn a{color:#ffffff;padding:10px 40px;display:block;width:100%;height:100%;}
.sticky_box{position:sticky;top:10px;}



/* con03 */
.con03{text-align:center;padding:50px 0;}
.con03 h3{}
#atc02{display:flex;overflow:hidden;font-size:16px;line-height:1.6;color:#ffffff;font-family:var(--kr-font);}
#atc02 > div{_padding:20vh 0;}
#atc02 .l_inner{width:44%;position:relative;z-index:1;background:var(--primary)}
#atc02 .l_inner .txt_box{margin-left:80px;}
#atc02 .l_inner .txt_box .eng_tit{margin-bottom:86px;font-size:15px;font-weight:600;font-family:var(--eng-font)}
#atc02 .l_inner .txt_box .big_txt{font-size: 46px;background: linear-gradient(to right, #ff1ccd, #9134e5);color: transparent;-webkit-background-clip: text;display: inline-block;font-family:'GopherDisplay', sans-serif !important;}
#atc02 .l_inner .txt_box .pager_txt{margin-top:100px;border-left:1px solid rgba(255,255,255,.2)}
#atc02 .l_inner .txt_box .pager_txt p{display:flex;position:relative;column-gap:23px;width:max-content;height:auto;margin-left:-1px;padding-left:33px;border-radius:0;font-size:26px;line-height:1;background:none;opacity:.3;transition:all .2s;}
#atc02 .l_inner .txt_box .pager_txt p.on{padding-left:54px;border-left:3px solid #fff;opacity:1;font-weight: bold;}
#atc02 .l_inner .txt_box .pager_txt p.on:before{position:absolute;left:30px;top:50%;transform:translateY(-50%);content:'';width:4px;height:4px;border-radius:100px;_background:#ED20D1;}
#atc02 .l_inner .txt_box .pager_txt p+p{margin-top:35px}
#atc02 .r_inner{width:66%;}
#atc02 .r_inner ul li{background:#000000;}
#atc02 .r_inner ul li .img{overflow:hidden;width:max-content;margin:0 auto;border-radius:20px}
#atc02 .r_inner ul li .img img{width:100%}
#atc02 .r_inner ul li .tit{font-size:22px;font-weight:700;z-index: 1;margin-bottom: 30px;}
.mySwiper3 li{position: relative;}
.mySwiper3 li img{margin-left:200px;}
.slide_text{font-family: 'GmarketSans', sans-serif !important;position: absolute;left:0;bottom:30px;text-align: left;}
.slide_text .tit{font-family: 'GmarketSans', sans-serif !important;color:#474747;color:#ffffff;position: relative;}
.slide_text .tit span{position: absolute;left:0;top:-76px;font-size:80px;color:#474747;z-index: -2;}
.slide_text .more_btn{margin-top:50px;}
.slide_text .more_btn a{display:block;width:100%;height: 100%;}
.item_list{_display:flex;justify-content: center;}
.item_list h4{font-size:22px;background: linear-gradient(to right, #ff1ccd, #9134e5);color: transparent;-webkit-background-clip: text;padding:20px 0;}
.item_list h4 span{font-size:42px;color:#c4c4c4;display:block;padding-bottom:10px;}
.item_list p{padding-bottom:20px;font-size: 18px;}
.con03 .vod_wrap{padding:30px 0;}
.con03 .item_list .gra_text{font-size: 32px;display: block;}
.con03 .item_list li{margin:40px 0;}




/* con04 */
.con04{text-align: center;position: relative;padding:50px 0;}
.con04 h3{margin-bottom:30px;}
.con04 h6{font-size:20px;font-weight: bold;padding:25px 0 20px 0;background:url(../images/s_circle.png)no-repeat;}
.con04 .date_list{display:flex;justify-content: center;margin-top: 50px;}
.con04 .date_list li{margin-left: 50px;margin-bottom:5px;}
.con04 .s_text{color:#afafaf;text-align: left;}
.con04 .big_circle1{position: absolute;left:-150px;top:60%;}
.con04 .big_circle2{position: absolute;right:-180px;top:10%;}


/* con05 */
.con05{padding:100px 0;background:url(../images/con2_bg.jpg)no-repeat fixed;background-size:cover;_height:680px;text-align:right;}
.con05 h3{font-size:36px;_padding-top:80px;background: linear-gradient(to right, #ff1ccd, #9134e5);
    color: transparent;-webkit-background-clip: text;}
.con05 p{font-size:22px;color:#ffffff;line-height:36px;font-weight:bold;text-align: center;}




/* con06 */
.con06{padding:70px 0;text-align:center;}
.con06 h3{margin-bottom:30px;font-size:34px;font-family: "GmarketSans", sans-serif;}
.con06 a{color:#373737;}
.con06 ul{display:flex;justify-content: space-between;}
.con06 h5{font-size:22px;padding:30px 0;}
.con06 p{font-size:18px;margin-bottom:30px;color:#666666;}
.mt-30{margin-top:30px;}


/* 사이트맵 */

.sitemap{padding:50px 0;}
.sitemap > ul{display:flex;justify-content: space-between;}
.sitemap > ul > li{}
.sitemap h5{font-size:18px;margin:15px 0;}
.sitemap li a{color:#a3a3a3;}
.sitemap .s_list li{margin-bottom:7px;}

.sns_wrap{display:flex;margin-bottom:20px;}
.sns_wrap li{margin-right:10px;}



/* footer */
#footer{position: relative;color:#ffffff;}
#footer a{color:#ffffff;}
#footer .f_address{background: #252525;padding:20px 0;}
#footer .f_address .inner{display:flex;justify-content: space-between;}
#footer .f_s_info{display:flex;border-top:1px solid #404040;padding-top:30px;}
#footer .f_s_info li::after{display:inline-block;content:'';width:1px;height: 13px;background:#8f8f8f;margin:0 12px;}
#footer .f_s_info li:last-child::after{display:none;}
#footer .f_info{padding:30px 0;}
#footer .f_logo{float:left;}
#footer .tel_list{display:flex;margin-top: 10px;}
#footer .tel_list li{margin-right:30px;}
#footer .f_text{margin-top:30px;font-size:13px;color:#7b7b7b;}
#footer .f_logo_wrap{float:right;}
#footer .tel_list span{font-weight: bold;}



.mo_br{display:none;}

/* --- 반응형 --- */
@media screen and (max-width:1560px) {


}
@media screen and (max-width:1024px) {
	#header h1 a{width:170px;}
	.swiper-slide img{width:auto;}
}


@media screen and (max-width:900px) {


}

@media screen and (max-width:800px) {

	
}
@media screen and (max-width:768px) {
    .parallax__progress progress{display:none;}
    .inner{width:auto;padding:0 20px;}
	.inner2{width:auto;}
    nav{display:block;}
    #header.fix{position: fixed;background:#ffffff;height:50px;}
    #header.fix h1 a{position: fixed;background:url(../images/logo_b.png)no-repeat;background-size:100%;width:80px;}
    #header.fix .gnb_wrap{position: fixed;width: 100% !important;background-color: #fff;top: 0;left: 0;transition: all 0.3s;}
    #header .info{float:none;margin-left:20px;}
    #header h1{float:none;padding-top:7px !important;}
    #header h1 a{width:80px; background-size:100%;height: 36px;}
    #header:hover h1 a{background-size:100%;}
    #header .info{float:none;margin-left:20px;}
    #header .gnb_wrap .gnb-bg{display:none !important;}
    #header h1{float:none; position: absolute;}
    .side_nav{display:none;}
    #menuToggle{position: fixed;display:block;right:20px;top:20px;z-index: 999;}
    #menuToggle span{background:#ffffff;}
	#header.fix #menuToggle span{background:#373737;}
    #menu{width:350px;padding-top: 132px;}
    #menu .box_m {height: 130px;padding-top: 45px;}
	#parallax__nav{right:10px;top:auto;bottom:10px;transform: translate(10px, 10px);padding: 10px 17px;}
	#parallax__nav li a{font-size:16px;}


	.main_text{width: 100%;text-align:center !important;left: 50%;right:auto;
    transform: translate(-50%, -50%) !important;}
	.swiper-pagination{right:auto;left: 50%;right:auto;transform: translate(-50%, 0%) !important;}
	.main_text h1{font-size:30px;}
	.main_text h1 span{font-size:36px;}
	.main_text p{font-size:16px;word-break: keep-all;}
	.main_box li{height:100px;}
	.main_box li h3{font-size:18px;padding-top:40px;}
    .slider_con{width:100%;transform: none;left:auto;height: 22%;}
    .slider_con li{width:33%;height: auto;text-align: center;}
    .slider_con li .con_text{padding:20px;}
    .slider_con li h5{font-size:16px;}
    .slider_con li p{font-size:13px;margin-top:30px;}
    .scroll{bottom:100px;left:50%;transform: translate(-50%,-50%);bottom: 20%;right:10%;left:auto;}
    .scroll a{font-size: 12px;text-align: center;}
    .scroll a span{width: 25px;height: 40px;left:60%;}
    .scroll p{margin-top:45px;}
    .slider_con li a:after{left:16%;top:26%;display:none;}
    
    .con01{padding:50px 20px;}
    .con01 .list_wrap h2{font-size:26px;margin-top:10px;}
    .con01 .list_wrap h4{font-size:20px;}
    .con01 .list_wrap .list1{width:100%;height: auto;}
    .con01 .list_wrap .list2{width:100%;height: 220px;background-size: cover;}
    .con01 .list_wrap .list3{width:100%;height: 220px;background-size: cover;}
    .con01 .list_wrap .list4{width:100%;height: 220px;background-size: cover;}
    .con01 .list_wrap .list5{width:100%;height: 220px;background-size: cover;}
    .con01 .list_text{top:17%;}
    
    .con02{flex-direction: column;word-break: keep-all;padding:30px 0; overflow-x: scroll;}
    .con02 h3{font-size:26px;padding-top:30px;margin-bottom:30px;}
    .con02 p{margin:10px 0;font-size: 18px; line-height: 34px;margin-top: 20px;word-break: keep-all;}
	.con02 br{_display:none;}
    .con02 iframe{width:100%;height: auto;}
	.con02 img{width:100%;margin-top: 20px;}
	.more_btn{font-size:16px;margin-top:0;}
	.right_img .circle0{width:100%;}
	.right_img .circle2{display:none;}
    
    .con03{padding-top:50px;}
	.con03 .inner{padding:0;}
    .con03 p{font-size:16px;}
    .con03 h3{font-size:32px;}
	#atc02{flex-direction: column-reverse;}
	#atc02 .l_inner{width:100%;}
	#atc02 .l_inner .txt_box{margin-left:0;padding:0 20px;}
	#atc02 .l_inner .txt_box .big_txt{font-size:30px;}
	#atc02 .l_inner .txt_box .pager_txt{margin-top:30px;}
	#atc02 .l_inner .txt_box .pager_txt p{font-size:20px;}
	#atc02 .l_inner .txt_box .pager_txt p+p{margin-top:22px;}
	.mySwiper3 li img{}
	.swiper-slide{display:flex;flex-direction: column;}
	.swiper-slide img{width:100%;}
	.slide_text{padding:0 20px;position:static;}
	.slide_text .tit span{color:#666666;}
	.big_circle1{display:none;}
	.big_circle2{display:none;}
	.vod {
        position: relative;
        padding-top: 56.25%;
        width: 100%;
        height: 0;
        margin-bottom: 60px;
    }
	.vod iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


    .con03 .swiper-button-next{right:40px;}
    .con03 .swiper-button-prev{left:40px;}
    .speakers_wrap{position: static;width:auto;}
    .con03{background: none;height: auto;}
    .con03 .mini_box{padding:20px 40px;}
    .con03 .swiper-slide{padding-bottom:120px;}
	.con03 p{word-break:keep-all;}
	.item_list{flex-direction: column;}
	.item_list li{padding-bottom:30px;}
	.item_list li:first-child br{display:none;}
	.item_list li:nth-child(3) br{display:none;}
	.item_list img{width:100%;padding-top: 20px;}
	.item_list p{padding:0 20px;margin-bottom:30px;}
	.con03 .item_list .gra_text{font-size:22px;}
	.con03 .item_list li{margin:0;}
	.con03 .vod_wrap{padding-bottom:0;}


    .con04{background-size:cover;}
    .con04 h3{font-size:26px;}
    .con04 .inner{display:block;padding:0;}
    .con04 .notice_box ul{width:100%;height: auto;padding: 30px 35px;}
    .con04 .news_box{margin-top:40px;}
    .con04 .notice_box p{font-size:14px;}
    .con04 .news_box .s_box{width:100%;height: auto;padding: 30px 35px;}
    button{font-size:1em;height: 40px; margin-left:0;}
    .con04 .news_box p{font-size:14px;padding-top:0;padding-bottom:10px;}
    input{margin-left:0;}
    .con04 .plus_btn{right:30px;}
    
    .con05{background-attachment: inherit;background-position: bottom;text-align: center;padding:60px 0;height:auto;}
    .con05 h3{font-size:24px;word-break:keep-all;padding-top:0;}
	.con05 p{word-break:keep-all;font-size: 18px;line-height: 34px;}
	.con05 p .mo_br{display:none;}

    
	.con06 .inner{padding:0;}
	.con06 ul{flex-direction: column;}
	.con06 ul li{margin-bottom:20px;}
	.con06 ul li img{width:100%;}
    .con06 h3{font-size:24px;}
	.con06 h5{padding-bottom:10px;font-size: 18px;}
    .con06 .con06_wrap{display:block;}
    .con06 .con06_wrap .box1{width:100%;}
    .con06 .con06_wrap h4{padding:20px 0;font-size:18px;}
    .con06 .con06_wrap .box2{width:100%;}
	.mt-70{margin-top:0;}
    .mo_br{display:block;}
    
    
    
    /*푸터*/
    #footer{padding:20px 0 !important;}
    #footer a{font-size:14px;}
    #footer p{font-size:14px;color:#949494;}
    #footer .f_address{padding:20px;}
    #footer .f_address .inner{display:block;}
    #footer .f_s_info{margin-bottom:20px;}
    #footer .f_logo{float:none;margin-bottom:20px;margin-right:0;}
    #footer .tel_list{display:block;}
	.f_info_list li {margin-bottom: 5px;}
	.f_info_ad{padding-top:0;}
	.f_logo_img{margin-bottom:0;}

    
	#header.fix h1 a{position: static;}
	#header .gnb_wrap{padding-bottom:5px;}
	#header .pc_logo span{font-size:18px;margin-left: 13px;}
	.goog-te-combo{font-size: 10pt !important;}
    
}

@media screen and (max-width:767px) {
	
}


@media screen and (max-width:600px) {
    
}


@media screen and (max-width:480px) {
}


@media screen and (max-width:360px) {
	.con04 iframe{height: 200px;}
    
}


@media screen and (max-width:320px) {
		.news-slider__item{width:100%;}
		.con04 h5 br{display:none;}
}
