/* 모바일에서만 보이고 숨기기 */
.web_view{display: block !important;}
.mobile_view{display: none !important;}

/* 공통 */
.contents_item{position: relative;}
.site_move{font-size: 18px;line-height: 18px;position: absolute;right: 0;top: -68px;display: block;}
.site_move i{width: 20px;height: 8px;background-image: url(../img/redarrow.png);background-size: cover;display: inline-block;margin-left: 20px;position: relative;top: -1.5px;}
select::-ms-expand{display: none;}
.ioudspeaker{display: block;width: 22px;height: 17px;background-image: url(../img/ioudspeaker.png);background-size: cover;margin: 0 auto;}
input::-webkit-input-placeholder {font-weight: 500;color: #666666;}
input:-ms-input-placeholder {font-weight: 500;color: #666666;}
input::placeholder{font-weight: 500;color: #666666;}
textarea::-webkit-input-placeholder {font-weight: 500;color: #666666;}
textarea:-ms-input-placeholder {font-weight: 500;color: #666666;}
textarea::placeholder{font-weight: 500;color: #666666;}

/* 체크박스 */
.checkbox_area{position: relative;display: block;height: 16px;}
.checkbox_area input[type="checkbox"]{position: absolute;top: 0;left: 0;padding: 0; width: 12px;height: 12px;cursor: pointer;border: 0;border-radius: 0;background: 0 0;-webkit-appearance: none;-moz-appearance: none;appearance: none;cursor: pointer;}
.checkbox_area label{position: absolute;top: 0;left: 0;height: 16px;padding-left: 26px;font-size: 16px;line-height: 14px;cursor: pointer;color: #666666;background-color: #f4f4f4;}
.checkbox_area label::before{content: '';position: absolute;top: 0;left: 0;width: 16px;height: 16px;background-image: url(../img/check.png);background-repeat: no-repeat;background-size: cover}
.checkbox_area input:checked+label::before{background-image: url(../img/check_on.png);}

/* 라디오박스 */
.radio_area>span{margin-right: 10px;}
.radio_area input[type="radio"]{display: none;}
.radio_area label{font-size: 16px;color: #c9c9c9;font-weight: 500;cursor: pointer;} 
.radio_area label span{width: 16px;height: 16px;border: 1px solid #c9c9c9;border-radius: 100%;display: inline-block;background-color: white;position: relative;margin-right: 1px;top: -2px;}
.radio_area input:checked+label{color: black;}
.radio_area input:checked+label span{border: 1px solid black;}
.radio_area input:checked+label span::before{content: "";background-color: black;width: 8px;height: 8px;display: block;left: 50%;top: 50%;transform: translate(-50%,-50%);position: absolute;border-radius: 100%;}

/* 검색바 영역 */
.search_area{overflow: hidden;}
.search_area>div{float: right;}
.search_area>div>div{display: inline-block;position: relative;}
.search_area>div>div:first-child{width:110px;margin-right: 28px;}
.search_area>div>div:first-child::after{content: "";position: absolute;width: 12px;height: 7px;background-image: url(../img/right_arrow.png);background-size: cover;right: 20px;top: 50%;transform: translateY(-50%);}
.search_area>div>div select{width: 100%;height: 44px;color: white;background-color: #333333;border-radius: 50px;-webkit-appearance: none;appearance: none;font-size: 16px;padding: 0 35px 0 20px;}
.search_area>div>div input[type="text"]{width: 351px;border-bottom: 2px solid black;font-size: 16px;padding: 15px 11px;text-align: left;position: relative;background: #f4f4f4;}
.search_area>div>div a{position: absolute;right: 0px;top: 50%;transform: translateY(-50%);}
.search_area>div>div a i{width: 21px;height: 22px;background-image: url(../img/glass.png);background-size: cover;z-index: 1;display: block;}

/* 서브페이지 공통 */
.container .subpage_header{width: 100%;height: 355px;z-index: 1;position: relative;background-repeat: no-repeat;}
.container .subpage_header::before{content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: black;opacity: .3;z-index: -1;}
.container .subpage_header>div{width: 1150px;margin: 0 auto;padding-top: 8.877005347593583vh;height: 100%;position: relative;display: flex;justify-content: center;align-items: center;}
.container .subpage_header>div h2{font-size: 42px;color: white;font-weight: bold;}
.container .contents_subpage_frame{margin: 0 auto;width: 1150px;}
.container .subpage_header>div>div{position: absolute;top: 8.877005347593583vh;left: 0px;}
.container .subpage_header>div>div>a{font-size: 0;display: block;float: left;width: 18px;margin-right: 23px;line-height: 50px;}
.container .subpage_header .submenu_area{display: block;float: left;width: 173px;padding: 0 17px 0 20px;position: relative;transition:all .5s;}
.container .subpage_header .submenu_area.open{background: #333333;}

.container .subpage_header .submenu_area>a{font-size: 14px;display: block;color: white;line-height: 50px;height: 50px;}
.container .subpage_header .submenu_area>a::after{content: "";width: 11px;height: 5px;background: url(../img/ca_btn.png) no-repeat;position: absolute;right: 17px;top: 50%;transform: translateY(-50%);background-size: cover;transition:all .5s;}
.container .subpage_header .submenu_area.open>a::after{transform: rotate(180deg);}
.container .subpage_header .submenu_area ul{line-height: initial;position: absolute;left: 0px;top: 50px;width: 100%;display: none;}
.container .subpage_header .submenu_area ul.open{background: #333333;}
.container .subpage_header .submenu_area ul li a{padding: 18px 0 0 20px;display: block;color: white;font-size: 14px;line-height: 15px;}
.container .subpage_header .submenu_area ul li a:hover{color: red;}
.container .subpage_header .submenu_area ul li a.on{color: red;}
.container .subpage_header .submenu_area ul li:last-child a{padding-bottom: 18px;}

.container .contents{position: relative;z-index: 1;}
.contents .subpage_tab ul{overflow: hidden;}
.contents .subpage_tab ul li{float: left;width: 25%;height: 65px;border-bottom: 1px solid #e8e8e8;text-align: center;}
/*.contents .subpage_tab ul li{float: left;width: 33.33%;height: 65px;border-bottom: 1px solid #e8e8e8;text-align: center;}*/
.contents .subpage_tab ul li a{color: #666666;font-size: 18px;font-weight: 500;display: inline-block;height: 100%;line-height: 62px;border-bottom: 3px solid white;}
.contents .subpage_tab ul li a.on{border-bottom: 3px solid #000000;color: #000000;font-weight: bold;}
.contents .subpage_tab ul li a:hover{border-bottom: 3px solid #000000;color: #000000;font-weight: bold;}
.contents .tab_page{display: none;}
.contents .tab_page > h2{font-size: 34px;line-height: 34px;text-align: center;margin: 80px 0 56px;font-weight: bold;}

.contents .lab .subpage_tab ul li{float: left;width: 50%;height: 65px;border-bottom: 1px solid #e8e8e8;text-align: center;}


body.signup .header_category,body.signin .header_category,body.payment .header_category,body.policy .header_category{border-bottom: 1px solid #d8d8d8;}
body.signup .contents,body.signin .contents,body.payment .contents{background: #f4f4f4;}
.container .commonheader{padding-top: calc(8.877005347593583vh);}
.container .commonheader h2{font-size: 34px;font-weight: bold;text-align: center;margin: 60px 0;line-height: 1;}

/* 테이블 공통 */
.buysell_table thead tr th,.buysell_table tbody tr td,.buysell_table tbody tr td>a,.buysell_table tbody tr td>b{font-size: 16px;font-weight: 500;}
.buysell_table thead tr th{height: 56px;background-color: #f4f4f4;}
.buysell_table tbody tr td{height: 57px;color: #666666;text-align: center;border-bottom: 1px solid #e3e3e3;width:100%;word-break: keep-all;}
.buysell_table tbody tr td>a{display: block;color: #666666;text-align: left;padding-left: 44px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.buysell_table tbody tr td>a:hover{color: #e82c3b;}
.buysell_table tbody tr td>b{display: block;color: #e82c3b;}
.buysell_table tbody tr td.table_text_hidden{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

/* 넘버링 공통 */
.pagenum{text-align: center;}
.pagenum>div{padding: 50px 0 120px;}
.pagenum a{display: inline-block;font-size: 16px;width: 34px;height: 34px;text-align: center;line-height: 32px;position: relative;color: #666666;}
.pagenum a.number_line.on{border-radius: 100%;color: white;background-color: #333333;}
.pagenum a.number_arrow_left img, .pagenum a.number_arrow_right img{width: 11px;height: 18px;position: absolute;top: 50%;transform: translateY(-50%);}    
.pagenum a.number_arrow_left img{left: 0;}  
.pagenum a.number_arrow_right img{right: 0;}

/* 서브페이지 상단 이미지 */
.container .subpage_header.bg_1{background-image: url(../img/pagebg/bg1.jpg);background-size: 108%;background-position-y: 10px;background-position-x: -100px;}
.container .subpage_header.bg_2{background-image: url(../img/pagebg/bg2.jpg);background-size: 108%;background-position-y: 50px;}
.container .subpage_header.bg_3{background-image: url(../img/pagebg/bg3.jpg);background-size: 108%;background-position-y: 59%;}    
.container .subpage_header.bg_4{background-image: url(../img/pagebg/bg4.jpg);background-size: 108%;background-position-y: 33%;} 
.container .subpage_header.bg_5{background-image: url(../img/pagebg/bg5.jpg);background-size: 300%;background-position-y: 43%;background-position-x: 29%;} 
.container .subpage_header.bg_6{background-image: url(../img/pagebg/bg6.jpg);background-size: 150%;background-position-y: 65%;background-position-x: 42%;} 
.container .subpage_header.bg_7{background-image: url(../img/pagebg/bg7.jpg);background-size: 140%;background-position-y: 100%;} 

/* 서브페이지 뒷배경 */
.contents.bg1::after{content: "";width: 100%;height: 460px;position: absolute;bottom: 0;left: 0;z-index: -1;display: block;background: #f4f4f4;}
.contents.bg2::after{content: "";width: 100%;height: 460px;position: absolute;bottom: 0;left: 0;z-index: -1;display: block;background: #f4f4f4;}
.contents.bg3::after{content: "";width: 100%;height: 1292px;position: absolute;bottom: 0;left: 0;z-index: -1;display: block;background: #f4f4f4;}


/* 메인 */

/* 최상단 탭버튼 */
#accessibility{position: absolute;margin: 0 auto;width: 100%;font-size: 14px;top: -100px;left: 0;z-index: 9999999;}
#accessibility a:focus, #accessibility a:active{position: absolute;width: 100%;height: 50px;top: 100px;line-height: 50px;left: 0;text-align: center;color: #fff;background: #333;}

/* swiper */
.swiper-container-box{width: 100%;/*height: 100vh;*/position: relative;z-index: 1;background-size: cover;}
.swiper-container{position: relative;overflow: hidden;z-index: 1;width: 100%;height: 100%;text-align: center;}
.swiper-wrapper{position: relative;width: 100%;height: 100%;z-index: 1;display: flex;transition-property: transform;box-sizing: content-box;}
.swiper-slide{flex-shrink: 0; width: 100%;height: 100%; position: relative;}
.swiper-pagination-bullet{width: 10px;height: 10px;display: inline-block;border-radius: 100%;background: #888888;margin-right: 10px;transition: .5s;}
.swiper-pagination-bullet:last-child{margin-right: 0px;}
.swiper-pagination-bullet-active{background: #d03533;width: 22px;border-radius: 5px;} 
.swiper-pagination{margin-top: 15px;}

#fp-nav{position: fixed;top: 0;width: 90px;height: 100vh;left: 0;margin-top: 0 !important;z-index: 9;/*border: 1px solid #d8d8d8;*/border-top: 0;border-bottom: 0;}
#fp-nav ul{width: 100%;height: 100%;background-color: #eaeaea;}
#fp-nav ul li:first-child{height: 8.877005347593583vh;}
#fp-nav ul li{height: 15.18716577540107vh;}
#fp-nav ul li a{width: 100%;height: 100%;display: block;border-bottom: 1px solid #d8d8d8;text-align: center;}
#fp-nav ul li a>div{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;}
#fp-nav ul li a>div div div:first-child{margin-bottom: 17px;}
#fp-nav ul li a>div div div:last-child p{color: #666666;}
#fp-nav ul li:first-child a>div div div:first-child{margin-bottom: 0px;}
#fp-nav ul li a>div i{display: block;margin: 0 auto;background-image: url(../img/bg_white_icon.png);}

#fp-nav ul li:nth-child(1) i{
	width: 67px!important;
    height: 16px!important;
    background-position: 0!important;
    display: block;
    margin: 0 auto;
    background-image: url(../img/main/logo_main_black.png);
}
#fp-nav ul li:nth-child(2) i{width: 30px;height: 30px;background-position: -57px 0;}
#fp-nav ul li:nth-child(3) i{width: 24px;height: 30px;background-position: -88px 0;}
#fp-nav ul li:nth-child(4) i{width: 31px;height: 30px;background-position: -113px 0;}
#fp-nav ul li:nth-child(5) i{width: 32px;height: 31px;background-position: -145px 0;}

#fp-nav ul li.on, #fp-nav ul li:hover{background: #e82c3b;}
/*#fp-nav ul li.on, #fp-nav ul li:hover{background: #eaeaea;}*/
#fp-nav ul li.on:nth-child(1) i,#fp-nav ul li:hover:nth-child(1) i{
	/*
	width: 67px!important;
    height: 16px!important;
	*/
	width: 70px!important;
    height: 70px!important;
    background-position: 0!important;
    display: block;
    margin: 0 auto;
    /*background-image: url(../img/main/logo_main.png);*/
	background-image: url(../images/logo_side2.png);
}
#fp-nav ul li.on:nth-child(2) i,#fp-nav ul li:hover:nth-child(2) i{width: 30px;height: 30px;background-position: -57px -31px;}
#fp-nav ul li.on:nth-child(3) i,#fp-nav ul li:hover:nth-child(3) i{width: 24px;height: 30px;background-position: -88px -31px;}
#fp-nav ul li.on:nth-child(4) i,#fp-nav ul li:hover:nth-child(4) i{width: 31px;height: 30px;background-position: -113px -31px;}
#fp-nav ul li.on:nth-child(5) i,#fp-nav ul li:hover:nth-child(5) i{width: 32px;height: 31px;background-position: -145px -31px;}
#fp-nav ul li.on p,#fp-nav ul li:hover p{color: white !important;}
.fp-left>ul>li:nth-last-of-type(1){display: none;}

.fp-nav-footer{position: fixed;width: 90px;left: 0;bottom: 0;background-color: #eaeaea;z-index: 999;border: 1px solid #d8d8d8;}
.fp-nav-footer > div > div{height: 15.18716577540107vh;width: 100%;}
.fp-nav-footer > div > div a{width: 100%;height: 100%;display: block;border-bottom: 1px solid #d8d8d8;text-align: center;}
.fp-nav-footer > div > div a>div{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;}
.fp-nav-footer > div > div a>div div div:first-child{margin-bottom: 17px;}
.fp-nav-footer > div > div a>div div div:first-child i{display: block;margin: 0 auto;background-image: url(../img/bg_white_icon.png);}
.fp-nav-footer > div > div a>div div div:last-child p{color: #666666;}
.fp-nav-footer > div > div:nth-child(1) i{width: 31px;height: 20px;background-position: -178px 0;}    
.fp-nav-footer > div > div:nth-child(2) i{width: 30px;height: 30px;background-position: -210px 0;}
.fp-nav-footer > div > div:hover{background: #e82c3b;}
.fp-nav-footer > div > div:hover p{color: white !important;}  
.fp-nav-footer > div > div:hover:nth-child(1) i{width: 31px;height: 20px;background-position: -178px -31px;}    
.fp-nav-footer > div > div:hover:nth-child(2) i{width: 30px;height: 30px;background-position: -210px -31px;}

/* quick menu */
.right_menu{position: fixed;right: 0;top: 187px;z-index: 4;width: 107px;transition: .5s;}
.right_menu.active{top: 140px;}
.right_menu .menu_btn{width: 100%;height: 55px;display: block;text-align: center;padding-top: 12px;background-color: #282e36;color: white;position: relative;}
.right_menu .menu_btn span{position: absolute;left: 50%;transform: translateX(-50%);}
.right_menu .menu_btn span i{width: 16px;height: 9px;background-image: url(../img/right_arrow.png);background-size: cover;display: block;transform: rotate(180deg);transition: .5s;}
.right_menu .menu_btn p{padding-top:12px;}
.right_menu .menu_btn.active span i{transform: rotate(180deg);}
.right_menu_area{width: 100%;}
.right_menu_area ul .menu_btn_li:first-child{height: 100px;}
.right_menu_area ul .menu_btn_li{height: 84px;background-color: #3c4552;}
.right_menu_area ul .menu_btn_li a{width: 100%;height: 100%;display: block;border-bottom: 1px solid #58616d;text-align: center;}
.right_menu_area ul .menu_btn_li a>div{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;}
.right_menu_area ul .menu_btn_li a>div>div>div:first-child{margin-bottom: 10px;}
.right_menu_area ul .menu_btn_li a>div i{display: block;margin: 0 auto;/*background-image: url(../img/bg_white_icon.png);*/}
.right_menu_area ul .menu_btn_li:nth-child(1) a>div i{width: 36px;height: 27px;background-position: 0 -63px;}
.right_menu_area ul .menu_btn_li:nth-child(2) a>div i{width: 20px;height: 15px;background-image: url(../img/icoJoin.png);}
.right_menu_area ul .menu_btn_li:nth-child(3) a>div i{width: 20px;height: 20px;background-image: url(../img/icoRemote.png);}
.right_menu_area ul .menu_btn_li:nth-child(4) a>div i{width: 25px;height: 25px;background-image: url(../img/icoAndroid.png);}
.right_menu_area ul .menu_btn_li:nth-child(5) a>div i{width: 25px;height: 25px;background-image: url(../img/icoIos.png);}
.right_menu_area ul .menu_btn_li a>div p{line-height: 15px;font-size: 13px;color: #fff;}
.right_menu_area ul .menu_rolling{background-color: #fff;/*border-bottom: 1px solid #d6d5d4;*/}
.right_menu_area ul .menu_rolling .swiper-container-box{padding: 10px 8px 20px;}

/* header */
/* web */
.buysellheader{width: 100%;height: auto;position: fixed;z-index: 9;}
.header_advertising{position: relative;}
.header_advertising a{position: absolute;left: 96.51041666666667%;right: 2.604166666666667%;top: 42.2680412371134%;bottom: 40.20618556701031%;}
.header_category{width: 100%;height: 8.877005347593583vh;background-color: white;border-bottom: 1px solid white;}
.header_category>div{width: 1150px;height: 100%;margin: 0 auto;}
.header_category_logo{float: left;height: 100%;width: 15.21739130434783%;position: relative;}
.header_category_logo h1{position: absolute;top: 50%;transform: translateY(-50%);}
.header_category_logo h1 a{display: block;}
.header_category_category{float: left;height: 100%;width: 69.56521739130435%;}
.header_category_category>ul{height: 100%;}

.header_category_category>ul>li{float: left;width: 16.64580725907384%;height: 100%;display: flex;align-items: center;justify-content: center;position: relative;}
.header_category_category>ul>li>a{font-size: 18px;position: relative;z-index: 1;}
.header_category_category>ul>li>div{position: absolute;width: 100%;background: white;top: 100%;left: 0px;box-shadow: 0 0.45em 0.8em 0.45em rgba(0,0,0,.05);display: none;}
.header_category_category>ul>li:hover>div{display: block;}
.header_category_category .bottommenu ul li{text-align: center;padding: 10px 0 0;}
.header_category_category .bottommenu ul li:last-child{padding: 10px 0;}
.header_category_category .bottommenu ul li a{font-size: 17px;}
.header_category.active{border-bottom: 1px solid #d8d8d8;}
.header_category_category>ul>li.on>div.bottommenu ul li.on a,.header_category_category .bottommenu ul li:hover a{color: #e82c3b;}
/*
.header_category_category>ul>li.on>a::after,.header_category_category>ul>li:hover>a::after{content: "";display: block;position: absolute;bottom: 5px;width: 100%;height: 5px;background: red;z-index: -1;}
*/
.header_category_login{float: left;height: 100%;width: 15.21739130434783%;}
.header_category_login ul{height: 100%;padding-left: 30px;}
.header_category_login ul li{float: left;width: 50%;height: 100%;display: flex;align-items: center;justify-content: flex-end;}
.mobile_menu_bg{display: none;}
.mobile_information_area{display: none;}

/* mobile */
.mobile_menu_btn{position: absolute;top: 50%;left: 20px;transform: translateY(-50%);z-index: 1;width: 25px;font-size: 0; display: none;}
.mobile_menu_bg{position: fixed;top: 0;right: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);z-index: 599;display: none;}

/* footer */
.buysellfooter .footer_inner_link{height: 54px;border-top: 1px solid #d8d8d8;}
.buysellfooter .footer_inner_link>div{display: flex;align-items: center;justify-content: center;height: 100%;}
.buysellfooter .footer_inner_link>div li{float: left;margin-right: 30px;}
.buysellfooter .footer_inner_link>div li:last-child{margin-right: 0px;}
.buysellfooter .footer_inner_link>div li a{color: #7e7e7e;font-size: 15px;display: inline-block;}
.buysellfooter .footer_inner_text{border-top: 1px solid #d8d8d8;text-align: center;}
.buysellfooter .footer_inner_text p:nth-child(1){color: #e82c3b;padding: 30px 0;line-height: 30px;font-weight: 500;display: block;}
.buysellfooter .footer_inner_text p ~ *{color: #999999;line-height: 15px;padding-bottom: 14px;}
.buysellfooter .footer_inner_text p:last-child{padding-bottom: 37px;}
.buysellfooter .footer_inner_text p span{margin: 0 10px;word-break: keep-all;}
.motionfooter{height: 288px !important;}

/* main */
.slide_text_area_web,.slide_text_area_mobile{padding-bottom: 0px !important;}
.slide_text_area_web{display: block;}
.slide_text_area_mobile{display: none;}
.main_bg{width: 100%;height: 100vh;position: relative;z-index: 1;background-size: cover;}
.slide_box{width: 100%;height: 100vh;position: relative;z-index: 1;background-size: cover;}
.contents_frame{width: 1150px;margin: 0 auto;padding-top: 150px;}
.section .contents_frame h1{font-size: 36px;font-weight: bold;margin-bottom: 50px;line-height: 36px;}

/* 메인배너1 */
.slide_text_area{position: relative;}
.slideBg00{width:100%;height: 100vh; background:url(../img/main/slide00.png);background-size: cover;}
.sildeBtn00{background: url(../img/main/youtubeBtn_1.png);width:348px;height: 92px; position: absolute;top: 210px;right: 453px;}
.section01 .slide_text_area .sildeBtn00 a{display: block;padding:22px 0 18px 70px;font-size: 30px;text-decoration: underline;color: #fff;animation: sildeBtn00 1.5s step-end infinite; -webkit-animation: sildeBtn00 1.5s step-end infinite;font-family:'GmarketSansMedium';}
@keyframes sildeBtn00 {
0% {opacity: 0;}
50% {opacity: 1;}
}
@-webkit-keyframes sildeBtn00 {
0% {opacity: 0;}
50% {opacity: 1;}
}
/* 메인배너2 */
.slideBg01{width:100%;height: 100vh; background:url(../img/main/slide06.jpg);background-size: cover;}
.sildeBtn01{background: url(../img/main/youtubeBtn_1.png);width:348px;height: 92px; position: absolute;bottom: 266px;left: 379px;}
.section01 .slide_text_area .sildeBtn01 a{display: block;padding:28px 0 18px 70px;font-size: 30px;text-decoration: underline;color: #fff;animation: sildeBtn01 1.5s step-end infinite;-webkit-animation: sildeBtn01 1.5s step-end infinite;font-family:'GmarketSansMedium';}
@keyframes sildeBtn01 {
0% {opacity: 0;}
50% {opacity: 1;}
}
@-webkit-keyframes sildeBtn01 {
0% {opacity: 0;}
50% {opacity: 1;}
}
/* 메인배너3 */
.slideBg02{width:100%;height: 100vh; background:url(../img/main/slide03.png);background-size: cover;}
.sildeBtn02{background: url(../img/main/liveBtn.png)no-repeat;width:348px;height: 92px; position: absolute;top: 320px;right: 458px;animation: sildeBtn02 1.5s step-end infinite;
  -webkit-animation: sildeBtn02 1.5s step-end infinite;font-family:'GmarketSansMedium';}
.section01 .slide_text_area a.sildeTxt02{position: absolute;top: 414px;right: 731px;display: block;color: #2b4e90;font-size: 20px;text-decoration: underline;animation: sildeBtn02 1.5s step-end infinite;-webkit-animation: sildeBtn02 1.5s step-end infinite;font-family:'GmarketSansMedium';font-weight: 700; }
@keyframes sildeBtn02 {
0% {opacity: 0;}
50% {opacity: 1;}
}
@-webkit-keyframes sildeBtn02 {
0% {opacity: 0;}
50% {opacity: 1;}
}

.icoPrv {
    width: 68px;
    height: 148px;
    position: absolute;
    bottom: 37%;
    left: 8%;
    background: url(/img/icoPrev.png)no-repeat center;
    z-index: 11;
    padding: 7px;
    cursor: pointer;
}
.icoNxt {
    width: 68px;
    height: 148px;
    position: absolute;
    bottom: 37%;
    right: 9%;
    background: url(/img/icoNext.png)no-repeat center;
    z-index: 11;
    padding: 7px;
    cursor: pointer;
}
.section01 .main_bg{/*background-image: url(../img/main/mainbg1.jpg);*/}
.section01 .main_bg::before{content: ""; width: 100%;height: 100vh;position: absolute;top: 0;left: 0;/*background: black;*/opacity: .2;z-index: -1;}
.section01 .contents_frame{padding-top: 215px;}
.section01 .swiper-pagination{margin: 0px 0px 60px;}
.section01 .slide_text_area h3{width: 542px;position: absolute;top: 223px;left: 369px;padding-bottom: 50px;line-height: 1.1;font-size: 62px;color: #fff;text-align: left;font-family: 'GmarketSansMedium';}
.section01 .slide_text_area h3 span{color: white;font-weight: bold;font-size: 62px;vertical-align: -3px;}
.section01 .slide_text_area p{padding-bottom: 25px;font-size: 60px;color: white;font-weight: bold;line-height: 60px;}
.section01 .slide_text_area p+p{padding-bottom: 50px;color: #e82c3b;}
.section01 .slide_text_area div{padding-bottom: 75px;}
.section01 .slide_text_area div span{color: white;font-size: 22px;margin-right: 50px;}
.section01 .slide_text_area div a{/*width: 142px;height: 52px;background-color: #333333; text-align: center;line-height: 52px;color: white;display: inline-block*/}

.section01 .login_box{width: 1150px;position: absolute;left: 380px;bottom:50px; background-color: white;overflow: hidden;height: 193px;border-radius: 32px;z-index: 1;}
.section01 .login_box .login_area{width: 43.42857142857143%;float: left;height: 100%;}     
.section01 .login_box .input_area{float: left;}
.section01 .login_box .input_area input[type="text"]{padding: 0 20px;font-size: 16px;height: 50px;width: 280px;color: #888888;text-align: left;background-color: #f4f4f4;}
.section01 .login_box .input_area input[type="password"]{padding: 0 20px;font-size: 16px;height: 50px;width: 280px;color: #888888;text-align: left;background-color: #f4f4f4;}
.section01 .login_box .input_area .id_area{margin-bottom: 10px;}
.section01 .login_box .input_area .password_area{margin-bottom: 14px;}
.section01 .login_box .input_area:last-child{padding-left: 10px;}
.section01 .login_box .input_area:last-child a{width: 130px;height: 110px;color: white;background-color: #e82c3b;font-size: 16px;display: block;text-align: center;line-height: 110px;}
.section01 .login_box .setting_find ul{overflow: hidden;}
.section01 .login_box .setting_find ul li{float: left;margin-right: 20px;}
.section01 .login_box .setting_find ul li a{color: #888888;font-size: 14px;display: inline-block;line-height: 14px;padding-bottom: 4px;border-bottom: 2px solid white;}
.section01 .login_box .setting_find ul li a:hover{border-bottom: 2px solid #e82c3b;color: #e82c3b;}

.section01 .login_box .text_area{width: 56.57142857142857%;float: left;padding: 30px 50px 23px 0px;}
.section01 .login_box .text_area div{float: left;width: 50%;position: relative;}
.section01 .login_box .text_area div:first-child{padding-left: 46px;}
.section01 .login_box .text_area div:first-child::after{content: "";position: absolute;right: 0;top: 0;background-color: #e9e9e9;width: 1px;height: 100%;}
.section01 .login_box .text_area div:last-child{padding-left: 38px;}
.section01 .login_box .text_area div p:nth-child(1){font-size: 18px;line-height: 18px;margin-bottom: 18px;}
.section01 .login_box .text_area div p:nth-child(2){font-size: 32px;line-height: 32px;margin-bottom: 20px;font-weight: 700;}
.section01 .login_box .text_area div p:nth-child(2)~p{font-size: 16px;line-height: 16px;margin-bottom: 10px;color: #666666;}
.section01 .login_box .text_area div p:last-child{margin-bottom: 0px;}
.section01 .login_box .text_area div:last-child p:nth-child(3){color: white;}

.section01 .login_box .login_area_before,.login_area_after{padding: 30px 0px 23px 50px;}
.section01 .login_box .login_area_after{padding-right: 50px;padding-bottom: 0px;}
.section01 .login_box .login_area_after{background: #f4f4f4;height: 100%;}
.section01 .login_box .login_area_after .login_after .login_after_top{border-bottom: 1px solid #d8d8d8;overflow: hidden;padding-bottom: 16px;line-height: 20px;}
.section01 .login_box .login_area_after .login_after .login_after_top p{font-size: 20px;color: black;font-weight: bold;width: 23%;float: left;}
.section01 .login_box .login_area_after .login_after .login_after_top > div{width: 77%;text-align: right;float: left;}
.section01 .login_box .login_area_after .login_after .login_after_top > div span:first-child{font-size: 16px;display: inline-block;margin-right: 10px;color: #888888;font-weight: 400;width: 130px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.section01 .login_box .login_area_after .login_after .login_after_top > div .userName{max-width: 140px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.section01 .login_box .login_area_after .login_after .login_after_top > div span{display: inline-block;font-size: 18px;color: black;font-weight: bold;}

.section01 .login_box .login_area_after .login_after_bottom .login_pass{padding: 20px 0 30px;line-height: 16px;}
.section01 .login_box .login_area_after .login_after_bottom .login_pass span:first-child{display: inline-block;color: #888888;margin-right: 23px;}
.section01 .login_box .login_area_after .login_after_bottom .login_pass span{display: inline-block;font-size: 16px;color: black;font-weight: 500;}
.section01 .login_box .login_area_after .login_after_bottom .login_btn ul{overflow: hidden;}
.section01 .login_box .login_area_after .login_after_bottom .login_btn ul li{float: left;margin-right: 5px;}
.section01 .login_box .login_area_after .login_after_bottom .login_btn ul li a{font-size: 14px;line-height: 29px;text-align: center;color: white;height: 29px;display: block;}
/*
.section01 .login_box .login_area_after .login_after_bottom .login_btn ul li:nth-child(1) a{width: 79px;background-color: #0e5da9;}
.section01 .login_box .login_area_after .login_after_bottom .login_btn ul li:nth-child(2) a{width: 147px;background-color: #e82c3b;}
.section01 .login_box .login_area_after .login_after_bottom .login_btn ul li:nth-child(3) a{width: 80px;background-color: #333333;}
*/
.section01 .login_box .login_area_after .login_after_bottom .login_btn ul li:nth-child(1) a{width: 79px;background-color: #0e5da9;}
.section01 .login_box .login_area_after .login_after_bottom .login_btn ul li:nth-child(2) a{width: 140px;background-color: #e82c3b;}
.section01 .login_box .login_area_after .login_after_bottom .login_btn ul li:nth-child(3) a{width: 80px;background-color: #e82c3b;}
.section01 .login_box .login_area_after .login_after_bottom .login_btn ul li:nth-child(4) a{width: 80px;background-color: #333333;}

.section01 .swiper-pagination-bullet{background: white;}
.section01 .swiper-pagination-bullet-active{background: #d03533;} 

.section02 .main_bg{background-image: url(../img/main/mainbg2.png);}
.section02 .contents_item{overflow: hidden;}
.section02 .contents_item>div{float: left;}
.section02 .contents_item>div:nth-child(1){width: calc(51.5% - 20px);height: 405px;margin-right: 20px;}

.section02 .contents_item>div:nth-child(2){width: 48%;}
.section02 .contents_item .contents_item_video>div:first-child{width: 100%;height: 405px;margin-bottom: 20px;}
.section02 .contents_item >div:last-child div{display: inline-block;padding: 30px;}
.section02 .contents_item >.contents_item_btn{width: 100%;}
.section02 .contents_item >.contents_item_btn div{position: relative;}
.section02 .contents_item >.contents_item_btn div:nth-child(1){width: calc(51.5% - 22px);margin-right: 20px;background-image: url(../img/main/btn_bg1.png);background-size: cover;background-repeat: no-repeat;}
.section02 .contents_item >.contents_item_btn div:nth-child(2){width:48%; background-image: url(../img/main/btn_bg2.png);background-size: cover;background-repeat: no-repeat;}

.section02 .contents_item .contents_item_btn h2{font-size: 18px;line-height: 18px;margin-bottom: 20px;font-weight: bold;color: #3a2020;}
.section02 .contents_item .contents_item_btn p span{font-size: 16px;color: #3a2020;}
.section02 .contents_item .contents_item_btn p:last-child{font-size: 20px;line-height: 20px;text-align: right;margin-top: 5px;font-weight: bold;}
.section02 .contents_item >.contents_item_btn .btn{width:117px;padding:10px 0;position: absolute;right: 30px;top: 49px;background: #333333;color: #fff;text-align: center;font-size: 18px;}
.section02 .contents_item >.contents_item_btn .btn.kakaoBtn{background: #3a2020;}

.section03 .main_bg{background-color: white;}
.section03 .main_bg::before{content: ""; width: 41.92708333333333%;height: 100vh;position: absolute;top: 0;left: 0;background: #f1f1f1;z-index: -1;}

.section03 .contents_item .media_list ul{width: 100%;overflow: hidden;}
.section03 .contents_item .media_list ul li{float: left;width: calc(50% - 10px);height: 280px;position: relative;overflow: hidden;margin-right: 20px;margin-bottom: 20px;}
.section03 .contents_item .media_list ul li:nth-child(2n){margin-right: 0px;}
.section03 .contents_item .media_list ul li:nth-child(3),.section03 .contents_item .media_list ul li:nth-child(4){margin-bottom: 0px;}
.section03 .contents_item .media_list ul li > a > img{width: 100%;transition: all 1s;transform: scale(1);} 
.section03 .contents_item .media_list ul li:hover > a > img{transform: scale(1.1);}
.section03 .contents_item .media_list ul li > a > div{position: absolute;bottom: 0;right: 0;width: 260px;height: 100%;background: rgba(0,0,0,0.5);transition: all 1s;}
.section03 .contents_item .media_list ul li:hover > a > div{width: 290px;background: rgba(0,0,0,0.7);}

.section03 .contents_item .media_list ul li .text_area>div:nth-child(1){width: 93px;height: 34px;border-radius: 50px;text-align: center;line-height: 35px;background: #0e5da9;color: white;margin: 30px 0 0 30px;}
.section03 .contents_item .media_list ul li .text_area>div:nth-child(1) span{font-size: 14px;}
.section03 .contents_item .media_list ul li .text_area>div:nth-child(2){padding: 60px 25px 0 30px;}
.section03 .contents_item .media_list ul li .text_area>div:nth-child(2) p{color: white;font-size: 20px;font-weight: 500;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 3;-webkit-box-orient: vertical; word-break: break-all;max-height: 87px;width: 205px;}
.section03 .contents_item .media_list ul li .text_area>div:nth-child(3){padding: 25px 0 0 30px;line-height: 16px;}
.section03 .contents_item .media_list ul li .text_area>div:nth-child(3) span{font-size: 16px;color: white;}

.section04 .main_bg{background-color: white;}
.section04 .contents_item .youtube_description{height: 318px;margin-bottom: 50px;}
.section04 .contents_item .youtube_description>div:nth-child(1){float: left;width: 49.1304347826087%;z-index: 1;height: 100%;position: relative;}
.section04 .contents_item .youtube_description>div:nth-child(1)::after{content: "";display: block;width: 100%;height: 100%;background-image: url(../img/main/youtube_bg.png);background-size: cover;left: 0;bottom: -55px;position: absolute;z-index: -1;background-position-y: -40px;background-repeat: no-repeat;}
.section04 .contents_item .youtube_description>div:nth-child(2){float: left;width: 50.8695652173913%;padding: 52px 0 0 70px;}
.section04 .contents_item .youtube_description>div:nth-child(2) p:nth-child(1){font-size: 16px;line-height: 16px; color: #0e5da9;margin-bottom: 25px;font-weight: 500;}
.section04 .contents_item .youtube_description>div:nth-child(2) p:nth-child(2){font-size: 30px;font-weight: 500;letter-spacing: -1px;margin-bottom: 65px;}
.section04 .contents_item .youtube_description>div:nth-child(2) span{font-size: 16px;color: #666666;}
/*.section04 .contents_item .youtube_description>div:nth-child(2) a{width: 156px;height: 29px;line-height: 26px;text-align: center;display: inline-block;color: #e82c3b;border: 1px solid #e82c3b;font-size: 16px;margin-left: 20px;}*/
.section04 .contents_item .youtube_description>div:nth-child(2) div a{width: 156px;height: 29px;line-height: 26px;text-align: center;display: inline-block;color: #e82c3b;border: 1px solid #e82c3b;font-size: 16px;margin-left: 20px;}

.section04 .contents_item .youtube_video_list ul{overflow: hidden;}
.section04 .contents_item .youtube_video_list ul li{width: calc(25% - 15px);float: left;margin-right: 20px;}
.section04 .contents_item .youtube_video_list ul li:last-child{margin-right: 0px;}
.section04 .contents_item .youtube_video_list ul li a div:first-child{height: 152px;margin-bottom: 20px;}
.section04 .contents_item .youtube_video_list ul li a div:last-child p{font-size: 16px;color: #666666;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;max-height: 48px;padding-right: 20px;letter-spacing: -0.5px;}

.section05 .main_bg{background-color: #f1f1f1;overflow: hidden;}
.section05 .main_bg::before{content: ""; width: 909px;height: 357px;position: absolute;bottom: -30px;right: -110px;background-image: url(../img/main/mainbg5.png);z-index: -1;background-size: cover;}

.section05 .contents_item .table_area{margin-bottom: 40px;}
.section05 .contents_item .table_area table .table_width col:nth-child(1){width: 28.17391304347826%;}
.section05 .contents_item .table_area table .table_width col:nth-child(2){width: 14.36521739130435%;}
.section05 .contents_item .table_area table tr th{background: #dfdfdf;height: 50px;font-size: 16px;font-weight: 500;}
.section05 .contents_item .table_area table tr th:nth-child(1){text-align: center !important;padding-right: 0 !important;}
.section05 .contents_item .table_area table tr th:nth-child(2n+1){text-align: right;padding-right: 40px;}
.section05 .contents_item .table_area table tr td{height: 50px;font-size: 16px;font-weight: 500;text-align: center;color: #666666;}
.section05 .contents_item .table_area table tr td:nth-child(1){text-align: center !important;padding-right: 0 !important;}
.section05 .contents_item .table_area table tbody tr td:nth-child(2n+1){text-align: right;padding-right: 40px;}
.section05 .contents_item .table_area table tbody tr:nth-child(add) td{background: #f1f1f1;}
.section05 .contents_item .table_area table tbody tr:nth-child(even) td{background: white;}
.color_red{color: #e82c3b !important;}
.color_blue{color: #0e5da9 !important;}

.section05 .contents_item .bottom_content h2{font-size: 18px;line-height: 18px;margin-bottom: 20px;font-weight: 500;position: relative;}
.section05 .contents_item .bottom_content > div:nth-child(1){width: 214px;margin-right: 20px;float: left;}
.section05 .contents_item .bottom_content > div:nth-child(1) a div{width: 100%;height: 253px;position: relative;background: #0e5da9;z-index: 1;}
.section05 .contents_item .bottom_content > div:nth-child(1) a div::before{content: "";width: 158px;height: 128px;background-image: url(../img/main/bottom_content_Character.png);background-size: cover;background-repeat: no-repeat;display: block;position: absolute;top: 0;right: 0;z-index: -1;}

.section05 .contents_item .bottom_content > div:nth-child(1) a div span{color: white;display: block;width: 100%;text-align: center;position: absolute;}
.section05 .contents_item .bottom_content > div:nth-child(1) a div span:nth-child(1){font-size: 20px;top: 56.52173913043478%;}
.section05 .contents_item .bottom_content > div:nth-child(1) a div span:nth-child(2){font-size: 14px;top: 69.9604743083004%;}
.section05 .contents_item .bottom_content > div:nth-child(1) a div span:nth-child(3){top: 84.58498023715415%;}
.section05 .contents_item .bottom_content > div:nth-child(1) a div span:nth-child(3) i{width: 38px;height: 9px;display: block;background-image: url(../img/main/bottom_content_arrow.png);background-size: cover;background-repeat: no-repeat;left: 50%;transform: translateX(-50%);position: absolute;}

.section05 .contents_item .bottom_content > div:nth-child(2){width: 446px;margin-right: 20px;float: left;}
.section05 .contents_item .bottom_content > div:nth-child(2) h2 a{position: absolute;right: 19px;top: 0;}
.section05 .contents_item .bottom_content > div:nth-child(2) h2 a i{display: block;width: 16px;height: 16px;background-image: url(../img/main/content_close.png);background-size: cover;background-repeat: no-repeat;}
.section05 .contents_item .bottom_content > div:nth-child(2)>a>div{width: 100%;height: 253px;background: white;padding: 35px 45px;}
.section05 .contents_item .bottom_content > div:nth-child(2)>a>div p{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;word-break: break-all;}
.section05 .contents_item .bottom_content > div:nth-child(2)>a>div p:nth-child(1){font-size: 20px;margin-bottom: 20px;font-weight: 500;-webkit-line-clamp: 2;max-height: 58px;}
.section05 .contents_item .bottom_content > div:nth-child(2)>a>div p:nth-child(2){font-size: 16px;color: #666666;-webkit-line-clamp: 3; max-height: 72px;}
.section05 .contents_item .bottom_content > div:nth-child(2)>a>div span{font-size: 16px;color: #999999;display: block;text-align: right;margin-top: 15px;}

.section05 .contents_item .bottom_content > div:nth-child(3){width: 448px;float: left;}
.section05 .contents_item .bottom_content > div:nth-child(3) .event_list {width: 100%;border-top: 2px solid #333333;}
.section05 .contents_item .bottom_content > div:nth-child(3) .event_list ul li {display: table;overflow: hidden;width: 100%;height: 50px;}
.section05 .contents_item .bottom_content > div:nth-child(3) .event_list ul li > span{display: table-cell;vertical-align: middle;width: 50%;height: 50px;border-bottom: 1px solid #c8c8c8;font-size: 16px;padding-left: 32px;}
.section05 .contents_item .bottom_content > div:nth-child(3) .event_list ul li > span a{font-size: 16px;}
.section05 .contents_item .bottom_content > div:nth-child(3) .event_list ul li > span:nth-child(2){/*text-align: center;padding: 0 50px 0 0;*/padding: 0 0 0 48px;}
.section05 .contents_item .bottom_content > div:nth-child(3) .event_list ul li div{display: none;}
.section05 .contents_item .bottom_content > div:nth-child(3) .event_list ul li.active div{display: table-row;vertical-align: middle;position: relative;z-index: 10;}
.section05 .contents_item .bottom_content > div:nth-child(3) .event_list ul li.active div>div{display: table-cell;height: 50px;font-size: 16px;background: #333333;color: white;padding-left: 32px;}
.section05 .contents_item .bottom_content > div:nth-child(3) .event_list ul li.active span{background-color: #de2133;color: white !important;border-bottom: none;text-align: left;}
.section05 .contents_item .bottom_content > div:nth-child(3) .event_list ul li.active span a{color: white !important;}
.section05 .contents_item .bottom_content > div:nth-child(3) .event_list ul li.active > span:nth-child(2){padding: 0 0 0 48px;}

.up_arrow,.down_arrow{display: inline-block;}
.up_arrow{width: 0px;height: 0px;border-top:10px solid none;border-bottom:8px solid red;border-right: 5px solid transparent;border-left: 5px solid transparent;}
.down_arrow{width: 0px;height: 0px;border-top:8px solid #0e5da9;border-bottom:8px solid none;border-right: 5px solid transparent;border-left: 5px solid transparent;}
.event_list ul li.active .up_arrow,.event_list ul li.active .down_arrow{display: none;}
.white_one{display: inline-block;width: 5px;height: 5px;background: white;border-radius: 100%;}
.up_arrow_white,.down_arrow_white{display: none;}
.up_arrow_white{width: 0px;height: 0px;border-top:10px solid none;border-bottom:8px solid white;border-right: 5px solid transparent;border-left: 5px solid transparent;}
.down_arrow_white{width: 0px;height: 0px;border-top:8px solid white;border-bottom:8px solid none;border-right: 5px solid transparent;border-left: 5px solid transparent;}
.event_list ul li.active .up_arrow_white,.event_list ul li.active .down_arrow_white{display: inline-block;}
.i_common{margin-right: 10px;position: relative;top: -2px;}
.up_color{color: red;}
.down_color{color: #0e5da9;}

/* 서브페이지 */
.contents .broadcast_circle{width: 223px;height: 56px;color: white;font-size: 20px;font-weight: 500;margin: 0 auto;border-radius: 50px;text-align: left;line-height: 54px;margin-bottom: 30px;position: relative;padding-left: 95px;}
.contents .broadcast_circle.to_be{background: #333333;}
.contents .broadcast_circle.free{background: #0e5da9;}
.contents .broadcast_circle.pay{background: #e82c3b;}
.contents .broadcast_circle i{background-size: cover;display: block;position: absolute;top: 50%;transform: translateY(-50%);left: 60px;}
.contents .broadcast_circle.to_be i{width: 25px;height: 29px;background: url(../img/camera.png) no-repeat;} 
.contents .broadcast_circle.free i{width: 25px;height: 22px;background: url(../img/tv.png) no-repeat;}
.contents .broadcast_circle.pay i{width: 24px;height: 24px;background: url(../img/pay.png) no-repeat;}

.contents .videoplay_area{margin: 0 auto;width: 750px;padding-bottom: 120px;}
.contents .videoplay_area>div{position: relative;}
.contents .videoplay_area>div:nth-child(1){width: 100%;height: 422px;overflow: hidden;}
.contents .videoplay_area>div:nth-child(1) div{z-index: 1; position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0, 0, 0,0.5);display: flex;justify-content: center;align-items: center;}
.contents .videoplay_area>div:nth-child(1) div a{width: 84px;height: 84px;}
.contents .videoplay_area>div:nth-child(2){margin-top: 31px;}
.contents .videoplay_area>div:nth-child(2) h3{font-size: 20px;line-height: 20px;font-weight: 500;}
.contents .videoplay_area>div:nth-child(2)>div{margin-top: 23px;}
.contents .videoplay_area>div:nth-child(2)>div dl{line-height: 16px;}
.contents .videoplay_area>div:nth-child(2)>div dl dt{font-size: 16px;display: inline-block;font-weight: 500;margin-right: 20px;}
.contents .videoplay_area>div:nth-child(2)>div dl dd{color: #666666;font-size: 16px;display: inline-block;font-weight: 500;margin-right: 40px;}
.contents .videoplay_area>div:nth-child(2)>div dl dd:last-child{margin-right: 0px;}
.contents .videoplay_area>div:nth-child(2) a{background: #333333;display: block;width: 133px;height: 53px;font-size: 20px;color: white;text-align: center;line-height: 53px;position: absolute;bottom: 0;right: 0;}

.contents.bg3 .videoplay_area{padding-bottom: 130px;position: relative;}
.contents.bg3 .videoplay_area.bg3_line::after{content: "";width: 100%;height: 1px;background: #e3e3e3;position: absolute;display: block;left: 0;bottom: 60px;}
.contents.bg3 .videoplay_area:last-child{padding-bottom: 120px;}
.contents.bg3 .videoplay_area>p:last-child{font-size: 15px;color: #e82c3b;line-height: 1;font-weight: 500;margin-top: 40px;}
.contents.bg3 .videoplay_area>div:nth-child(1) div a{position: relative;}
.contents.bg3 .videoplay_area>div:nth-child(1) div a::after{font-size: 26px;color: white;position: absolute;left: 50%;bottom: -44px;display: block;width: 150px;text-align: center;transform: translateX(-50%);line-height: 1;}
.contents.bg3 .videoplay_area.bg3_line>div:nth-child(1) div a::after{content: "추세전용 차트";}
.contents.bg3 .videoplay_area:last-child>div:nth-child(1) div a::after{content: "지수차트";}

.contents .usage_fee{overflow: hidden;padding-bottom: 80px;}
.contents .usage_fee .fee{border: 1px solid #e3e3e3;width: calc(50% - 10px);float: left;height: 740px;position: relative;margin-bottom: 60px;}
.contents .usage_fee .fee:nth-child(2n-1){margin-right: 20px;}
.contents .usage_fee .fee > h2{font-size: 30px;font-weight: bold;padding: 60px 0 52px 50px;position: relative;line-height: 1;}
.contents .usage_fee .fee > h2::after{content: "";display: block;width: 28px;height: 2px;background: #333333;position: absolute;bottom: 0;left: 50px;}
.contents .usage_fee .fee > div:nth-child(2)>div:nth-child(1){margin-top: 30px;}
.contents .usage_fee .fee > div:nth-child(2)>div{display: table;}
.contents .usage_fee .fee > div:nth-child(2)>div h3{display: table-cell;font-size: 18px;line-height: 1;padding: 0 33px 0 50px;width: 150px;letter-spacing: -1px;font-weight: 500;vertical-align: top;}
.contents .usage_fee .fee > div:nth-child(2)>div:first-child ul{padding-left: 0px;}
.contents .usage_fee .fee > div:nth-child(2)>div:first-child ul li{color: #666666;font-size: 16px;font-weight: 500;padding-bottom: 16px;padding-right: 50px;list-style: none;line-height: 1;} 
.contents .usage_fee .fee > div:nth-child(2)>div ul{display: table-cell;padding-left: 20px;}
.contents .usage_fee .fee > div:nth-child(2)>div ul li{color: #666666;font-size: 16px;font-weight: 500;padding-bottom: 14px;padding-right: 30px;list-style: disc;word-break: keep-all;}
.contents .usage_fee .fee > div:nth-child(3){position: absolute;left: 0;bottom: 0;width: 100%;background: #f4f4f4;height: 108px;display: flex;align-items: center;}
.contents .usage_fee .fee > div:nth-child(3) div{padding-left: 50px;}
.contents .usage_fee .fee > div:nth-child(3) div p:first-child{font-size: 30px;color: #e82c3b;line-height: 1;font-weight: bold;}
.contents .usage_fee .fee > div:nth-child(3) div p:last-child{font-size: 14px;line-height: 1;margin-top: 13px;font-weight: 500;}
.contents .usage_fee .fee > div:nth-child(3) a{width: 93px;height: 53px;color: white;font-size: 20px;position: absolute;text-align: center;line-height: 53px;right: 50px;bottom: 25px;background: #e82c3b;}
.contents .usage_fee .fee.vip > div:nth-child(2)>div:first-child{display: none;}
.contents .usage_fee .fee.vip > div:nth-child(2)>div:last-child{margin-top: 30px;}

.contents .signup_state{padding: 61px 0 109px;display: flex;justify-content: center;}
.contents .signup_state ul li{margin-right: 150px;float: left;z-index: 1;position: relative;}
.contents .signup_state ul li::before{content: "";width: 200px;height: 1px;background: #e3e3e3;display: block;position: absolute;top: 50%;transform: translateY(-50%);left: 50px;}
.contents .signup_state ul li:last-child{margin-right: 0px;}
.contents .signup_state ul li:last-child::before{display: none;}
.contents .signup_state ul li div{width: 70px;height: 70px;border-radius: 100%;border: 1px solid #e4e4e4;background: white;display: flex;justify-content: center;align-items: center;position: relative;}     
.contents .signup_state ul li div.on{background: #333333;border: none;}
.contents .signup_state ul li:nth-child(1) div::after{content: "약관동의";}
.contents .signup_state ul li:nth-child(2) div::after{content: "기본 정보 입력";}
.contents .signup_state ul li:nth-child(3) div::after{content: "가입완료";}
.contents .signup_state ul li:nth-child(1) div img{width: 23px;height: 18px;}
.contents .signup_state ul li:nth-child(2) div img{width: 30px;height: 18px;}
.contents .signup_state ul li:nth-child(3) div img{width: 29px;height: 18px;}
.contents .signup_state ul li div::after{font-size: 16px;line-height: 1;position: absolute;bottom: -31px;width: 110px;display: block;left: 50%;transform: translateX(-50%);text-align: center;}

.contents .signup_text{padding-bottom: 60px;}
.contents .signup_text>div,.contents .signup_input>div{width: 750px;margin: 0 auto;}
.contents .signup_text>div h3{font-size: 24px;line-height: 1;margin-bottom: 20px;font-weight: 500;}
.contents .signup_text>div div:nth-child(2){padding-bottom: 20px;}
.contents .signup_text>div div:nth-child(2)>div{width: 100%;height: 200px;overflow-y: scroll;background: white;padding: 35px 30px 0;}

.contents .signup_btn{display: flex;justify-content: center;padding-bottom: 120px;}
.contents .signup_btn>div{overflow: hidden;}
.contents .signup_btn>div a{width: 133px;height: 53px;text-align: center;line-height: 53px;color: white;font-size: 20px;background-color: #e82c3b;float: left;margin-right: 10px;}
.contents .signup_btn>div a:nth-child(2){margin: 0;background-color: #333333;}

.contents .signup_input h3{font-size: 24px;line-height: 1;font-weight: 500;padding-bottom: 22px;border-bottom: 2px solid black;}
.contents .signup_input h3 span{font-size: 16px;color: #666666;margin-left: 20px;font-weight: 500;}
.contents .signup_input div.input_text_area{padding: 40px 0 48px 29px;}
.contents .signup_input div.input_text_area>div{position: relative;margin-bottom: 20px;}
.contents .signup_input div.input_text_area>div h4{position: absolute;display: block;left: 0;top: 50%;transform: translateY(-50%);font-size: 16px;line-height: 1;font-weight: 500;}
.contents .signup_input div.input_text_area>div>div:nth-child(2){padding-left: 117px;display: inline-block;}
.contents .signup_input div.input_text_area>div>div:nth-child(2) input[type="text"]{width: 180px;height: 40px;border-bottom: 1px solid #e3e3e3;padding: 0 20px;font-size: 16px;}
.contents .signup_input div.input_text_area>div>div:nth-child(2) a{width: 78px;height: 40px;color: white;font-size: 14px;line-height: 40px;text-align: center;display: inline-block;background-color: #333333;margin-left: 12px;}
.contents .signup_input div.input_text_area>div>div:nth-child(3){display: inline-block;padding-left: 20px;font-size: 14px;color: #e82c3b;font-weight: 500;}
.contents .signup_input div.input_text_area>div>div:nth-child(2)>span{font-size: 16px;color: #666666;padding: 0 12px;display: inline-block;}
.contents .signup_input div.input_text_area>div>div:nth-child(2) div.select_area,.radio_area,.select_area{display: inline-block;margin-left: 12px;position: relative;}
.contents .signup_input div.input_text_area>div>div:nth-child(2) div.select_area::before,.select_area::before{content: "";width: 8px;height: 7px;background-image: url(../img/select_btn.png);background-size: cover;background-repeat: no-repeat;display: block;position: absolute;right: 15px;top: 50%;transform: translateY(-50%);}
.contents .signup_input div.input_text_area>div>div:nth-child(2) select,.select_area select{width: 212px;height: 40px;background-color: white;font-size: 16px;color: #666666;border-bottom: 1px solid #e3e3e3;padding-right: 30px;padding-left: 15px;-webkit-appearance: none;appearance: none;}
.contents .signup_input div.input_text_area>div>div:nth-child(2) .radio_area{margin: 0 !important;}

.contents .signup_input div.input_text_area>div.address h4{top: 10%;}
.contents .signup_input div.input_text_area>div.address>div:nth-child(2) div{margin-top: 20px;}
.contents .signup_input div.input_text_area>div>div:nth-child(2) input[type="text"].width564px{width: 564px;}
.contents .signup_input div.input_text_area>div>div:nth-child(2) input[type="text"].width273px{width: 273px;}
.contents .signup_input div.input_text_area>div>div:nth-child(2) input[type="text"].width235px{width: 235px;}
.contents .signup_input div.input_text_area>div>div:nth-child(2) input[type="text"].width142px{width: 142px;}
.contents .signup_input div.input_text_area>div>div:nth-child(2) input[type="text"].width100px{width: 100px;}
.contents .signup_input div.input_text_area>div>div:nth-child(2) a.width106px{width: 106px;}
.contents .signup_input div.input_text_area>div>div:nth-child(2) a.width52px{width: 52px;}

.contents .signup_input div.input_text_area div.add_checkbox{border: 2px solid #e3e3e3;padding: 30px;margin-top: 40px;margin-bottom: 0px;}
.contents .signup_input div.input_text_area div.add_checkbox ul li{margin-bottom: 20px;overflow: hidden;}
.contents .signup_input div.input_text_area div.add_checkbox ul li:last-child{margin-bottom: 0px;}
.contents .signup_input div.input_text_area div.add_checkbox ul li span:first-child{font-size: 16px;display: block;width: 19.24242424242424%;float: left;line-height: 0.9;height: 16px;font-weight: 500;}
.contents .signup_input div.input_text_area div.add_checkbox ul li span.checkbox_area{width: 80.75757575757576%;float: left;}

.contents .signup_text div.complete>div:nth-child(1){text-align: center;margin-bottom: 40px;}
.contents .signup_text div.complete>div:nth-child(1) img{width: 81px;}
.contents .signup_text div.complete>div:nth-child(2){background-color: white;width: 100%;padding: 50px 0;text-align: center;}
.contents .signup_text div.complete>div:nth-child(2) p{font-size: 18px;color: #666666;line-height: 1;margin-bottom: 13px;font-weight: 500;}
.contents .signup_text div.complete>div:nth-child(2) p span{font-size: 18px;line-height: 1;font-weight: 500;color: #666666;vertical-align: top;}
.contents .signup_text div.complete>div:nth-child(2) p:last-child{margin-top: 28px;color: black;margin-bottom: 0px;}
.contents .signup_text div.complete>div:nth-child(2) p:last-child span{vertical-align: top;color: black;}
.contents .complete_btn a{margin-right: 0px !important;}

.contents .login_area{width: 492px;}
.contents .login_area>div.login_check{margin-bottom: 20px;overflow: hidden;}
.contents .login_area>div.login_check>div{width: 105px;float: right;}
.contents .login_area .login_input>div{position: relative;margin-bottom: 20px;}
.contents .login_area .login_input>div h4{position: absolute;display: block;left: 0;top: 50%;transform: translateY(-50%);font-size: 16px;line-height: 1;font-weight: 500;}
.contents .login_area .login_input>div div{padding-left: 107px;}
.contents .login_area .login_input>div div input[type="text"]{width: 100%;height: 40px;border-bottom: 1px solid #e3e3e3;padding: 0 15px;font-size: 16px;color: #666666;font-weight: 500;text-align: left;}
.contents .login_area>div.login_btn a{width: 100%;height: 40px;color: white;text-align: center;font-size: 16px;line-height: 40px;background-color: #333333;display: block;}
.contents .login_area>div:nth-child(4){text-align: center;margin-top: 40px;}
.contents .login_area>div:nth-child(4) a,.contents .login_area>div:nth-child(4) span{font-size: 16px;font-weight: 400;color: #666666;}
.contents .login_area>div:nth-child(4) span{padding: 0 12px;}


.container.find_area .contents .select_area::before{right: 15px;}
.container.find_area .contents .subpage_tab ul{overflow: inherit;}
.container.find_area .contents .commonheader h2{margin: 60px 0 85px;}
.container.find_area .contents .signup_state{position: relative;padding: 93px 0 120px;}
.container.find_area .contents .signup_state .subpage_tab{position: absolute;top: -25px;left: 50%;transform: translateX(-50%);display: block !important;}
.container.find_area .contents .subpage_tab ul li{margin-right: 20px;width: 146px;height: 50px;border-bottom: none;text-align: center;}
.container.find_area .contents .subpage_tab ul li:last-child{margin-right: 0px;}
.container.find_area .contents .signup_state ul li::before{display: none;}
.container.find_area .contents .login_area .login_input>div h4{top: 48%;}
.container.find_area .contents .signup_state ul li a{width: 146px;height: 50px;border-radius: 50px;background-color: #b1b1b1;color: white;border-bottom: none;font-size: 16px;font-weight: 400;line-height: 50px;display: block;position: relative;}
.container.find_area .contents .subpage_tab ul li a.on{background-color: #e82c3b;}
.container.find_area .contents .subpage_tab ul li a.on::after{content: "";position: absolute; width: 0;height: 0;border-top: 8px solid #e82c3b;border-right:8px solid transparent;border-left: 8px solid transparent;bottom: -8px;left: 50%;transform: translateX(-50%);display: block;}
.container.find_area .contents .login_area .login_input>div div input[type="text"].width287px{width: 287px;}
.container.find_area .contents .select_area{margin-right: 7px;padding-left: 0px !important;margin-left: 0;}
.container.find_area .contents .select_area select{width: 87px;}

.contents .price_tag{width: 750px;margin: 0 auto;}
.contents .price_tag h3{font-size: 24px;line-height: 1;font-weight: 500;padding:60px 0 20px;}
.contents .price_tag .price_tag_area>div{background-color: white;width: 100%;height: 122px;position: relative;padding-left: 30px;}
.contents .price_tag .price_tag_area>div h4{font-size: 20px;line-height: 1;font-weight: 500;padding-top: 36px;}
.contents .price_tag .price_tag_area>div>p{font-size: 16px;color: #666666;line-height: 1;padding-top: 19px;}
.contents .price_tag .price_tag_area>div>p span{vertical-align: top;font-size: inherit;color: inherit;}
.contents .price_tag .price_tag_area>div div{position: absolute;top: 50%;right: 30px;transform: translateY(-50%);}
.contents .price_tag .price_tag_area>div div p{font-size: 30px;color: #e82c3b;line-height: 1;font-weight: bold;}
.contents .price_tag .price_tag_area>p{font-size: 14px;color: #666666;line-height: 1;padding: 20px 0 68px;text-align: right;}
body.payment .contents .signup_input div.input_text_area>div>div:nth-child(2){width: 100%;padding-right: 30px;}
body.payment .contents .signup_input div.input_text_area>div>div:nth-child(2) div.select_area{width: 100%;margin-left: 0px;}
body.payment .contents .signup_input div.input_text_area>div>div:nth-child(2) select{width: 100%;}
body.payment .contents .radio_area label{color: #666666;}
body.payment .radio_area input:checked+label {color: black;}
.contents .price_tag_sale{width: 750px;height: 122px;margin: 0 auto;background-color: white;margin-bottom: 60px;position: relative;}
.contents .price_tag_sale>p{font-size: 16px;color: #666666;line-height: 1;position: absolute;transform: translateY(-50%);top: 50%;left: 30px;}
.contents .price_tag_sale>p:nth-child(2){left: 250px;}
.contents .price_tag_sale>p span{font-size: 20px;vertical-align: top;color: black;transform: translateY(-50%);top: 50%;left: 77px;position: absolute;}
.contents .price_tag_sale>div{position: absolute;top: 50%;right: 30px;transform: translateY(-50%);}
.contents .price_tag_sale>div p{font-size: 40px;color: #e82c3b;line-height: 1;font-weight: bold;}
body.payment .contents .signup_btn>div a{width: 169px;}

body.payment .contents .signup_input div.input_text_area>div>div:nth-child(2) p{color: #666666;font-size: 16px;line-height: 1;}
body.payment .contents .price_tag .receipt_text{padding-bottom: 71px;}
body.payment .contents .price_tag .receipt_text>div:nth-child(1){text-align: center;padding:80px 0 40px;}
body.payment .contents .price_tag .receipt_text>div:nth-child(1) img{width: 75px;}
body.payment .contents .price_tag .receipt_text>div:nth-child(2){width: 100%;height: 117px;background-color: white;text-align: center;}
body.payment .contents .price_tag .receipt_text>div:nth-child(2) p{font-size: 18px;line-height: 1;font-weight: 500;color: #666666;line-height: 117px;}
.contents .signup_btn>div a:last-child{margin-right: 0px;}


/* 삳단 배경 있는 서브페이지 */
/*.mypage .contents .subpage_tab ul li{width: 33.333333%;}*/
.mypage .contents .subpage_tab ul li{width: 25%;}
.contents .tab_page .name_area{width: 750px;margin: 0 auto;background-color: #f4f4f4;height: 94px;margin-bottom: 60px;position: relative;}
.contents .tab_page .name_area div{position: absolute;left: 0;padding-left: 88px;font-weight: bold;font-size: 20px;line-height: 1;top: 50%;transform: translateY(-50%);}
.contents .tab_page .name_area div::before{content: "";width: 19px;height: 22px;background-image: url(../img/person.png);background-size: cover;background-repeat: no-repeat;position: absolute;left: 51px;top: calc(50% + 1px);transform: translateY(-50%);}
.contents .tab_page .name_area div span{font-weight: bold;font-size: 26px;vertical-align: bottom;}
.contents .tab_page .name_area p{position: absolute;left: 405px;font-size: 16px;font-weight: 500;line-height: 1;top: 50%;transform: translateY(-50%);}
.contents .tab_page .name_area p span{margin-left: 16px;font-size: 16px;color: #666666;vertical-align: top;font-weight: 500;}
.contents .tab_page .name_area p:last-child{left: 588px;}

.mypage .contents .signup_input div.input_text_area>div{margin-bottom: 40px;}
.mypage .contents .signup_input div.input_text_area>div>div:nth-child(2) input[type="text"]{padding: 0 14px;text-align: left;color: #666666;}
.mypage .contents .signup_input div.input_text_area>div>div:nth-child(2){padding-left: 140px;}
.mypage .contents .signup_input div.input_text_area>div>div:nth-child(2) input[type="text"].width111px{width: 111px;}
.mypage .contents .signup_input div.input_text_area>div>div:nth-child(2) .radio_area{padding-left: 15px;}
.mypage .contents .signup_input div.input_text_area>div>div:nth-child(2) select, .select_area select{width: 200px;cursor: pointer;}
.mypage .contents .signup_input div.input_text_area>div>div:nth-child(2) div.select_area::before, .select_area::before{right: 0;}
.mypage .contents .signup_input div.input_text_area>div>div:nth-child(2) div.select_area, .radio_area, .select_area{margin-left: 10px;}
.mypage .contents .signup_input div.input_text_area>div>div:nth-child(2) a{margin-left: 15px;}
.mypage .contents .signup_input div.input_text_area>div.address>div:nth-child(2) div.the_remaining_address input[type="text"]:first-child{width: 341px;}
.mypage .contents .signup_input div.input_text_area>div.address>div:nth-child(2) div.the_remaining_address input[type="text"]:last-child{width: 200px;margin-left: 10px;}
.mypage .contents .signup_input div.input_text_area>div>div:nth-child(2) select.width84px{width: 84px;}
.mypage .contents .signup_input div.input_text_area>div>div:nth-child(2) input[type="text"].width135px{width: 135px;margin-left: 10px;}
.mypage .contents .signup_input div.input_text_area>div>div:nth-child(2) div.marginreset{margin-left: 0px;}
.mypage .contents .signup_input div.input_text_area>div.area_A div span{width: 100%;background-color: white;}
.mypage .contents .signup_input div.input_text_area>div.area_A div{width: 100%;}
.mypage .checkbox_area label{background-color: white;}
.mypage .checkbox_area label::before{background-color: #f4f4f4;background-image: none;}
.mypage .buysell_table tbody tr td:nth-child(2){text-align: left;}

.contents .secession .signup_input div.input_text_area{padding-right: 29px;}
.contents .secession .signup_input div.input_text_area>div>div:nth-child(2)>span.id_area{width: 182px;height: 40px;background-color: #f4f4f4;border-bottom: 1px solid #e3e3e3;line-height: 40px;font-weight: 500;}
.contents .secession .signup_input div.input_text_area>div{margin-bottom: 30px;}
.contents .secession .signup_input div.input_text_area>div>div:nth-child(2){width: 100%;}
.contents .secession .signup_input div.input_text_area>div>div:nth-child(2) textarea{width: 100%;height: 101px;border: none;border-bottom: 1px solid #e3e3e3;font-size: 16px;font-weight: 500;color: #666666;}
.mypage .contents .secession .signup_input div.input_text_area>div>div:nth-child(2) div.select_area {margin-left: 0;}
.mypage .contents .secession .signup_input div.input_text_area>div>div:nth-child(2) input[type="text"].width182px {width: 50%;}
.mypage .contents .tab_page.secession .signup_input div.input_text_area>div>div:nth-child(2) div.select_area {width: 50%;}
.mypage .contents .secession .signup_input div.input_text_area>div>div:nth-child(2) select{width: 100%;}
.contents .secession .signup_input div.input_text_area>div>div:nth-child(2) textarea{-ms-overflow-style: none;scrollbar-width: none;}
.contents .secession .signup_input div.input_text_area>div>div:nth-child(2) textarea::-webkit-scrollbar{display: none;}
.contents .secession .signup_input div.textarea_area h4{top: 0%;transform: translateY(0%);}
.contents .secession .name_area{height: 112px;padding: 0 50px;margin-bottom: 38px;}
.contents .secession .name_area p:last-child{left: 50px;line-height: 1.7;letter-spacing: -.3px;}
.contents .secession .name_area p span{color: #e82c3b;margin-left: 0;}

.expertpage .contents .signup_input div.input_text_area{width: 100%;padding-right: 29px;border-bottom: 2px solid black;}
.expertpage .contents .signup_input div.input_text_area>div:last-child{margin-bottom: 0px;}
.expertpage .contents .signup_input div.input_text_area>div>div:nth-child(2) input[type="text"]{width: 100%;text-align: left;}
.expertpage .contents .signup_input div.input_text_area>div>div:nth-child(2){padding-left: 106px;}
.expertpage .contents .signup_input div.input_text_area>div.expert_name>div:nth-child(2)>span{height: 40px;padding: 0px;line-height: 40px;}
.expertpage .contents .signup_input div.input_text_area>div.broadcast_title>div:nth-child(2){width: 100%;}
.expertpage .contents .signup_input div.input_text_area>div.broadcast_date>div:nth-child(1){display: inline-block;padding-left: 106px;position: relative;}
.expertpage .contents .signup_input div.input_text_area>div.broadcast_date>div:nth-child(1) input[type="text"]{height: 40px;border-bottom: 1px solid #e3e3e3;font-size: 16px;text-align: left;}
.expertpage .contents .signup_input div.input_text_area>div.broadcast_date>div input[type="text"]{width: 142px;background-color: #f4f4f4;padding: 0 15px;cursor: pointer;font-weight: bold;}
.expertpage .contents .signup_input div.input_text_area>div.broadcast_date div.calendar_area{position: relative;margin-right: 48px;}
.expertpage .contents .signup_input div.input_text_area>div.broadcast_date div.calendar_area::after{content: "";width: 18px;height: 17px;background-image: url(../img/calendar.png);background-size: cover;position: absolute;right: -33px;top: 50%;transform: translateY(-50%);}
.expertpage .contents .signup_input div.input_text_area>div.broadcast_date>div:nth-child(2){position: relative;margin-left: 80px;}
.expertpage .contents .signup_input div.input_text_area>div.broadcast_date>div>div{display: inline-block;}
.expertpage .contents .signup_input div.input_text_area>div.broadcast_date .select_area{width: 62px;margin-left: 0px;}
.expertpage .contents .signup_input div.input_text_area>div.broadcast_date .select_area select{width: 100%;padding-left: 14px;padding-right: 15px;}
.expertpage .contents .signup_input div.input_text_area>div.broadcast_date span{font-size: 16px;color: #666666;padding: 0 15px;}
.expertpage .contents .signup_input div.input_text_area>div.broadcast_date span:last-child{padding-right: 0px;}
.expertpage .contents .signup_input div.input_text_area>div.broadcast_date>div:nth-child(2){padding-left: 90px;}
.expertpage .contents .signup_input div.input_text_area>div.broadcast_date>div:nth-child(2) div.select_area::before{right: 0px;}
.expertpage .contents .signup_input div.input_text_area>div.broadcast_date{margin-bottom: 40px;}
.expertpage .contents .signup_input div.input_text_area>div{margin-bottom: 30px;}
.expertpage .contents .radio_area>span{margin-right: 19px;}
.expertpage .contents .signup_btn{padding: 40px 0 100px;}
.expertpage .contents .radio_area label{color: #666666;}
.expertpage .contents .radio_area input:checked+label{color: black;}

.expertpage .contents .subpage_tab ul li{width: 16.66666666666667%;}
.expertpage .contents .schedule_list h3{font-size: 24px;font-weight: 500;line-height: 1;padding-bottom: 20px;}
.expertpage .contents .buysell_table tr td{height: 84px;font-weight: 400;}
.expertpage .contents .buysell_table tbody tr td>a{font-weight: 400;}
.expertpage .contents .buysell_table tbody tr td div>a{height: 40px;font-size: 14px;display: inline-block;text-align: center;color: white;line-height: 40px;}
.expertpage .contents .buysell_table tbody tr td div>a.broadcast_start{width: 79px;background-color: #e82c3b;}
.expertpage .contents .buysell_table tbody tr td div>a.broadcast_modify{width: 53px;background-color: #333333;}
.expertpage .contents .buysell_table tbody tr td div>a.broadcast_delete{width: 53px;line-height: 38px;color: #333333;border:2px solid #333333;}

.expertpage .contents .buysell_table tbody tr td .table_text_input{height: 40px;border: 1px solid #e3e3e3;padding: 0 15px;font-size: 16px;width: 366px;text-align: left;}
.expertpage .contents .buysell_table tbody tr td .select_areabox{position: relative;display: inline-block;}
.expertpage .contents .buysell_table tbody tr td .select_areabox::before{content: "";width: 8px;height: 7px;background-image: url(../img/select_btn.png);background-size: cover;background-repeat: no-repeat;display: block;position: absolute;right: 15px;top: 50%;transform: translateY(-50%);}
.expertpage .contents .buysell_table tbody tr td .select_areabox select{height: 40px;font-size: 16px;border: 1px solid #e3e3e3;width: 115px;-webkit-appearance: none;appearance: none;padding-right: 30px;padding-left: 14px;}

.expertpage .contents .send_text_title{height: 89px;background-color: #f4f4f4;display: flex;align-items: center;position: relative;padding-left: 35px;margin-bottom: 40px;}  
.expertpage .contents .send_text_title>p{font-size: 20px;font-weight: bold;}         
.expertpage .contents .send_text_title .radio_area{position: absolute;right: 35px;top: 50%;transform: translateY(-50%);margin: 0;}
.expertpage .contents .send_text_title .radio_area>span{margin-right: 41px;}
.expertpage .contents .send_text_title .radio_area>span:last-child{margin-right: 0px;}
.expertpage .contents .send_text_title .radio_area>span b{font-size: 16px;vertical-align: text-top;}

.expertpage .contents .send_text_textarea{border: 1px solid #e3e3e3;}
.expertpage .contents .send_text_textarea>div:nth-child(1){border-bottom: 1px solid #e3e3e3;height: 66px;}
.expertpage .contents .send_text_textarea>div:nth-child(1) input[type="text"]{font-size: 20px;width: 100%;height: 100%;text-align: left;padding: 0 30px;}
.expertpage .contents .send_text_textarea>div:nth-child(2){height: 238px;}
.expertpage .contents .send_text_textarea>div:nth-child(2) textarea{width: 100%;height: 100%;border: none;font-size: 16px;padding: 25px 30px;font-weight: 500;color: #666666;}
.expertpage .contents .send_text_textarea>div:nth-child(3){height: 43px;background-color: #f4f4f4;position: relative;}
.expertpage .contents .send_text_textarea>div:nth-child(3) div{font-size: 14px;color: #999999;position: absolute;top: 50%;transform: translateY(-50%);right: 25px;}
.expertpage .contents .send_text_textarea>div:nth-child(3) div span{vertical-align: text-top;}

.expertpage .contents .buysell_table.sns_lms tr td{height: 57px;}
.expertpage .contents .buysell_table.sns_lms tr td>a{padding: 0;}

.expertpage .contents .member_management>div:first-child{width: 334px;margin: 0 auto;padding-bottom: 17px;border-bottom: 2px solid black;margin-bottom: 51px;position: relative;}
.expertpage .contents .member_management>div:first-child p{display: inline-block;font-size: 24px;font-weight: 500;line-height: 1;}
.expertpage .contents .member_management>div:first-child span{font-size: 40px;color: #e82c3b;font-weight: bold;line-height: 1;position: absolute;bottom: 13px;right: 31px;}
.expertpage .contents .member_management>div:first-child p:last-child{position: absolute;right: 0px;bottom: 17px;}

/*.servicecenter .contents .subpage_tab ul li{width: 20%;}*/
/*.servicecenter .contents .subpage_tab ul li{width: 33.3%;}*/
.servicecenter .contents .subpage_tab ul li{width: 50%;}

.servicecenter .buysell_table tbody tr td{font-weight: 400;}
.servicecenter .buysell_table tbody tr td>a{font-weight: 400;}
.servicecenter .buysell_table tbody tr:hover td{background-color: #f1f5fa;color: #0e5da9;font-weight: 500;}
.servicecenter .buysell_table tbody tr:hover td>a{color: #0e5da9;font-weight: 500;}
.servicecenter .buysell_table tbody tr td>a{padding-left: 0px;}
.servicecenter .pagenum>div{padding: 50px 0;}
.servicecenter .notice_area .page_writing {text-align: right;padding-bottom: 20px;}
.servicecenter .notice_area .page_writing a{width: 65px;height: 45px;background: #333333;font-size: 14px;color: white;line-height: 45px;display: inline-block;text-align: center;}
.servicecenter .notice_area .frame_search_area{width: 100%;height: 125px;background: #f4f4f4;display: flex;align-items: center;justify-content: center;margin-bottom: 134px;}

.event .pagenum>div {padding: 50px 0;}
.event .contents .frame_search_area{width: 100%;height: 125px;background: #f4f4f4;display: flex;align-items: center;justify-content: center;margin-bottom: 134px;}
.event .contents .event_list{border-bottom: 1px solid #e3e3e3;overflow: hidden;}
.event .contents .event_list ul li{width: calc(33.33333333% - 23.33333333px);margin-right: 35px;margin-bottom: 60px;float: left;}
.event .contents .event_list ul li:nth-child(3n){margin-right: 0px;}
.event .contents .event_list ul li a div:first-child{width: 100%;height: 210px;overflow: hidden;box-shadow: 5px 10px 15px 0px #ececec;}
.event .contents .event_list ul li a div p{font-size: 20px;font-weight: 500;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 1;-webkit-box-orient: vertical;max-height: 50px;line-height: 1.3;word-break: keep-all;margin: 30px 0 20px;}
.event .contents .event_list ul li a div span{font-size: 16px;color: #999999;line-height: 1;display: block;text-align: left;}

.notice_detail_page .notice_title{width: 100%;background-color: #f4f4f4;text-align: center;padding: 0 160px;}
.notice_detail_page .notice_title h2{font-size: 26px;font-weight: 500;padding: 40px 0 30px;word-break: keep-all;}
.notice_detail_page .notice_title span{font-size: 16px;color: #666666;padding-bottom: 50px;line-height: 1;display: block;text-align: center;font-weight: 500;}
.notice_detail_page .notice_main_text{padding: 60px 50px 30px;border-bottom: 1px solid #e3e3e3;}
.notice_detail_page .notice_main_text p{font-size: 16px;color: #666666;word-break: keep-all;line-height: 1.8;}
.notice_detail_page .notice_main_text img{padding-bottom: 50px;}

.notice_detail_page .notice_next_page{position: relative;margin: 60px 0 93px;line-height: 1;}
.notice_detail_page .notice_next_page a{position: relative;}
.notice_detail_page .notice_next_page a span{font-size: 16px;display: inline-block;line-height: 1;display: none;}
.notice_detail_page .notice_next_page a p{font-size: 16px;display: inline-block;width: 207px;line-height: 1;word-break: keep-all;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;}      
.notice_detail_page .notice_next_page .notice_left_btn p{margin-left: 0px;}
.notice_detail_page .notice_next_page .notice_right_btn p{margin-right: 0px;text-align: right;}         
.notice_detail_page .notice_next_page .notice_left_btn a{padding-left: 40px;}
.notice_detail_page .notice_next_page .notice_right_btn a{padding-right: 40px;}
.notice_detail_page .notice_next_page a::before{content: "";position: absolute;width: 20px;height: 8px;display: block;background-size: cover;bottom: 3px;}
.notice_detail_page .notice_next_page .notice_left_btn a::before{left: 0;background-image: url(../img/notice_left.png);}
.notice_detail_page .notice_next_page .notice_right_btn a::before{right: 0;background-image: url(../img/notice_right.png);}
.notice_detail_page .notice_next_page>div{position: absolute;top: 50%;transform: translateY(-50%);}
.notice_detail_page .notice_next_page .notice_left_btn{left: 0;}
.notice_detail_page .notice_next_page .notice_right_btn{right: 0;}
.notice_detail_page .notice_next_page>div.notice_center_btn{text-align: center;position: static;top: 0;transform: inherit;}
.notice_detail_page .notice_next_page>div.notice_center_btn>a{width: 133px;height: 53px;background-color: #e82c3b;color: white;font-size: 20px; display: inline-block;line-height: 53px;text-align: center;margin-right: 7px;}
.notice_detail_page .notice_next_page>div.notice_center_btn>a.modify{background-color: #333333;}
.notice_detail_page .notice_next_page>div.notice_center_btn>a.delete{border: 2px solid #333333;background-color: white;color: #333333;line-height: 50px;}
.notice_detail_page .notice_next_page>div.notice_center_btn>a:last-child{margin-right: 0;}
.notice_detail_page .file_downlode{height: 68px;line-height: 65px;border-bottom: 1px solid #e3e3e3;padding: 0 50px;}
.notice_detail_page .file_downlode a{width: 100%;display: inline-block;text-align: left;padding-left: 32px;position: relative;font-size: 16px;color: #666666;line-height: 1.5;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.notice_detail_page .file_downlode a::before{content: "";width: 19px;height: 20px;position: absolute;top: 50%;left: 0;transform: translateY(-50%);background-image: url(../img/download.png);background-size: cover;}
.notice_detail_page .notice_text_comment>div:nth-child(1){font-size: 20px;font-weight: 500;line-height: 1;padding: 60px 0 20px;}
.notice_detail_page .notice_text_comment>div:nth-child(1) span{font-size: 20px;font-weight: 500;line-height: 1;vertical-align: top;}
.notice_detail_page .notice_text_comment>div:nth-child(2){position: relative;border: 1px solid #e3e3e3;height: 100px;padding-right: 54px;}
.notice_detail_page .notice_text_comment>div:nth-child(2) textarea{width: 100%;height: 100%;border: none;padding: 25px 10px 0 30px;font-size: 16px;-ms-overflow-style: none;scrollbar-width: none;}
.notice_detail_page .notice_text_comment>div:nth-child(2) textarea::-webkit-scrollbar{display: none;}
.notice_detail_page .notice_text_comment>div:nth-child(2) a{width: 54px;height: 40px;background-color: #333333;color: white;font-size: 14px;text-align: center;line-height: 40px;position: absolute;bottom: 0;right: 0;}                              
.notice_detail_page .notice_text_comment>div:nth-child(3)>div{padding: 30px 60px 30px 0;position: relative;border-bottom: 2px dashed #e3e3e3;}
.notice_detail_page .notice_text_comment>div:nth-child(3)>div>div:nth-child(1){margin-bottom: 20px;line-height: 1;}
.notice_detail_page .notice_text_comment>div:nth-child(3)>div>div:nth-child(1) span{font-weight: 500;display: inline-block;line-height: 1;vertical-align: baseline;}
.notice_detail_page .notice_text_comment>div:nth-child(3)>div>div:nth-child(1) span:nth-child(1){font-size: 16px;margin-right: 10px;}
.notice_detail_page .notice_text_comment>div:nth-child(3)>div>div:nth-child(1) span:nth-child(2){font-size: 15px;color: #888888;}
.notice_detail_page .notice_text_comment>div:nth-child(3)>div p{font-size: 15px;line-height: inherit;}
.notice_detail_page .notice_text_comment>div:nth-child(3)>div a{position: absolute;right: 17px;bottom: 33px;}
.notice_detail_page .notice_text_comment>div:nth-child(3)>div a i{width: 13px;height: 13px;display: block;background-image: url(../img/x_btn_close.png);background-size: cover;}
.notice_detail_page .notice_text_comment>div:nth-child(3)>div:last-child{border-bottom: none;}

.profile .contents .subpage_tab ul li{width: 33.333333%;}
.profile .contents.bg1::after {content: "";width: 100%;height: 740px;position: absolute;bottom: 0;left: 0;z-index: -1;display: block;background: #f4f4f4;}
.profile .contents.bg2::after {background: white;height: 1px;}
.profile .contents.bg3::after {background: white;height: 1px;}
.contents .ceo_greetings{padding-right: 390px;position: relative;}
.contents .ceo_greetings>div:nth-child(1) p{font-size: 40px;font-weight: bold;padding: 110px 0 150px;}
.contents .ceo_greetings>div:nth-child(1) p span{font-size: 40px;color: #e82c3b;font-weight: bold;line-height: 1;}
.contents .ceo_greetings>div:nth-child(2) p{font-size: 18px;font-weight: 500;word-break: keep-all;color: #666666;line-height: 32px;}
.contents .ceo_greetings>div:nth-child(3){overflow: hidden;padding: 60px 0 120px;}
.contents .ceo_greetings>div:nth-child(3)>div:first-child{float: left;}
.contents .ceo_greetings>div:nth-child(3)>div p{font-size: 20px;color: #e82c3b;font-weight: 500;border-bottom: 3px solid #e82c3b;display: inline-block;line-height: 1;padding-bottom: 4px;}
.contents .ceo_greetings>div:nth-child(3)>div:last-child{float: right;}
.contents .ceo_greetings>div:nth-child(3)>div:last-child span{display: inline-block;line-height: 1;}
.contents .ceo_greetings>div:nth-child(3)>div:last-child span:first-child{font-size: 20px;color: #666666;font-weight: 500;}
.contents .ceo_greetings>div:nth-child(3)>div:last-child span:last-child{font-size: 26px;font-weight: bold;margin-left: 20px;}
.contents .ceo_greetings>div:nth-child(4){width: 418px;position: absolute;top: 100px;right: -110px;z-index: 9;}

.contents .profile_list>div:nth-child(1){position: relative;overflow: hidden;}
.contents .profile_list>div:nth-child(1) div{width: 431px;height: 242px;background: #0e5da9;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.contents .profile_list>div:nth-child(1) div h2{font-size: 34px;color: white;font-weight: bold;line-height: 1;padding: 50px 0 25px 50px;}
.contents .profile_list>div:nth-child(1) div p{font-size: 18px;color: white;line-height: 32px;padding:0 50px;word-break: keep-all;letter-spacing: -.7px;}
.contents .profile_list>div:nth-child(2){padding-top: 60px;}
.contents .profile_list>div:nth-child(2)>div{padding: 0 0 110px 310px;position: relative;}
.contents .profile_list>div:nth-child(2)>div h3{font-size: 30px;font-weight: 500;position: absolute;top: 0;left: 0;line-height: 1;}
.contents .profile_list>div:nth-child(2) ul li{padding-left: 41px;font-size: 16px;color: #666666;height: 31px;line-height: 31px;position: relative;margin-bottom: 20px;}
.contents .profile_list>div:nth-child(2) ul li:last-child{margin-bottom: 0px;}
.contents .profile_list>div:nth-child(2) ul li::before{content: attr(data-letter);display: block;width: 31px;height: 31px;text-align: center;line-height: 31px;border-radius: 100%;position: absolute;top: 0;left: 0;color: white;font-weight: 500;}
.contents .profile_list>div:nth-child(2) div.trading_propensity::before{content: "";width: 100%;height: 1px;background: #e3e3e3;position: absolute;left: 0;bottom: 53px;}
.contents .profile_list>div:nth-child(2) div.trading_propensity ul li::before{background: #333333;}
.contents .profile_list>div:nth-child(2) div.buysell_profile ul li::before{background: #0e5da9;}
.contents .profile_list>div:nth-child(2) div.buysell_profile ul li.color_333333::before{background: #333333;}

.profile_slide{margin: 0 auto;padding: 0 100px;margin-bottom: 120px;}
.profile_slide .swiper-container-box{position: relative;}
.profile_slide .swiper-button-next,.swiper-button-prev{position: absolute;top: 46%;transform: translateY(-50%);z-index: 11;width: 35px;height: 70px;display: block;background-size: cover;cursor: pointer;}
.profile_slide .swiper-button-next{right: -100px;background-image: url(../img/brand_right.png);}
.profile_slide .swiper-button-prev{left: -100px;background-image: url(../img/brand_left.png);}
.profile_slide .swiper-pagination{display: none;}
.profile_slide .swiper-slide>div div{border: 1px solid #e8e8e8;}
.profile_slide .swiper-slide>div p{font-size: 26px;line-height: 1;font-weight: 500;margin-top: 30px;}

.contents.writing .signup_input>div{width: 100%;margin: 0 auto;}  
.contents.writing .signup_input div.input_text_area{padding: 40px 29px 48px 29px;border-top: 2px solid black;}
.contents.writing .signup_input div.input_text_area>div.text_area h4{top: 20px;}
.contents.writing .signup_input div.input_text_area>div{margin-bottom: 43px;}
.contents.writing .signup_input div.input_text_area>div.input_file>div:nth-child(2){height: 40px;line-height: 36px;}
.contents.writing .signup_input div.input_text_area>div:last-child{margin-bottom: 0px;}
.contents.writing .signup_input div.input_text_area>div>div:nth-child(2){width: 100%;}
.contents.writing .signup_input div.input_text_area>div>div:nth-child(2) input[type="text"]{width: 100%;text-align: left;}
.contents.writing .signup_input div.input_text_area>div>div:nth-child(2) input[type="file"]{padding: 0;}
.contents.writing .signup_input div.input_text_area>div>div:nth-child(2) textarea{width: 99.5%;height: 234px;text-align: 16px;}           
.contents.writing .signup_input div.input_text_area>div>div:nth-child(2)>span{height: 40px;padding: 0px;line-height: 40px;}
.contents.writing .signup_input div.input_text_area>div.text_area>div:nth-child(2){font-size: 0;}

.policy .contents p{font-size: 16px;color: #666666;word-break: keep-all;}
.policy .contents h2{font-size: 25px;font-weight: 500;}
.policy .contents h3{font-size: 20px;font-weight: 500;}
.policy .contents ol{padding-left: 20px;}
.policy .contents ol li{list-style: decimal;padding-bottom: 5px;}
.policy .contents ol.subnum{padding-top: 5px;}
.policy .contents ol.subnum li{list-style: hangul;}

.vipservice_text{width: 750px;margin: 0 auto;padding: 60px 0 80px;}
.vipservice_text>div{position: relative;}
.vipservice_text>div h3{position: absolute;display: block;left: 0;top: 50%;transform: translateY(-50%);font-size: 16px;line-height: 1;font-weight: 500;}
.vipservice_text>div>div{padding-left: 90px;}
.vipservice_text>div>div input[type="text"]{height: 40px;border-bottom: 1px solid #e3e3e3;padding: 0 20px;font-size: 16px;}
.vipservice_text>div>div span{padding: 0 15px 0;}
.vipservice_text>div:nth-child(1){margin-bottom: 20px;}
.vipservice_text>div:nth-child(1) input[type="text"]{width: 100%;}
.vipservice_text>div:nth-child(2) input[type="text"]{width: 100px;}
.vipservice_area>div div:nth-child(3){padding-bottom: 40px;}
.vipservice_area>div div:nth-child(4){padding-bottom: 20px;}
.vipservice_area>div div:nth-child(4) div{width: 100%;height: 200px;overflow-y: scroll;background: white;padding: 35px 30px 0;}
.vipservice_area>div:last-child{border: 2px solid #e3e3e3;padding: 30px;padding-left: 115px;margin-top: 40px;position: relative;}
.vipservice_area>div:last-child::before{content: "전체동의";position: absolute;display: block;left: 30px;top: calc(50% - 1px);transform: translateY(-50%);font-size: 16px;line-height: 1;font-weight: 500;}


/* QnA 게시판 */
.qnaWrap{margin-bottom: 122px;}
.qnaWrap .accordion-box1{width: 100%;margin: 0 auto;margin-bottom:-1px; border-top:1px solid #333333;border-bottom:1px solid #d3d3d3;}
.qnaWrap .accordion-box{width: 100%;margin: 0 auto;margin-bottom:-1px; border-top:1px solid #d3d3d3;border-bottom:1px solid #d3d3d3;}
.qnaWrap  p.title{width: 100%;position: relative;padding: 0 75px; line-height: 60px; background: #fff; box-sizing: border-box;font-size: 18px;cursor: pointer;}
.qnaWrap  p.title .head{position: absolute;left: 30px;top:21px; padding:10px;background: url('/images/icoQ.png')no-repeat;}
.qnaWrap  p.title .arrow{width:16px;height:9px; position: absolute;right: 30px;top:28px;background: url('/images/icoArrow.png')no-repeat;}
.qnaWrap  p.title:hover .arrow{background: url('/images/icoArrow_ho.png')no-repeat;}
.qnaWrap .con{display:none; position: relative;padding: 30px 75px 50px; color: #666666;background: #f4f4f4;}
.qnaWrap .con .head{position: absolute;left: 30px;top:35px; padding:10px;background: url('/images/icoA.png')no-repeat;}



.profile .tab_page .moveObj_sub1{width: 78px;height: 78px;top: 150px;right: 37.34375%;}
.profile .tab_page .moveObj_sub2{width: 149px; height: 144px;top: 205px;right: 72px;left: inherit;}


.table_area_lab table tr th{height: 56px;background-color: #dfdfdf;font-size: 16px;font-weight: 500;}
.table_area_lab table tr td{height: 57px;color: #666666;text-align: center;border-bottom: 1px solid #e3e3e3;width: 100%;word-break: keep-all;}
.table_area_lab table tr:nth-child(2n-1) td{background-color: #f1f1f1;}

/* 애니메이션 설정및 작동 */
.moveObj_A{width: 198px;height: 198px;position: absolute;left: 129px;top: 436px;display: block;}
.moveObj_A::before{
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/main/animation/animation_img1.png);
  display: block;
  z-index: 5;
  background-size: cover;
  -webkit-animation-name: rollingTypeB;
  -o-animation-name: rollingTypeB;
  animation-name: rollingTypeB;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 100000ms;
  -o-animation-duration: 100000ms;
  animation-duration: 100000ms;
}
.moveObj_sub1{width: 140px;height: 140px;position: absolute;right: 146px;bottom: 30px;display: block;}
.moveObj_sub1::before{
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/main/animation/animation_img2.png);
  display: block;
  z-index: 5;
  background-size: cover;
  -webkit-animation-name: swingTypeA;
  -o-animation-name: swingTypeA;
  animation-name: swingTypeA;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 3400ms;
  -o-animation-duration: 3400ms;
  animation-duration: 3400ms;
}
.moveObj_sub2{width: 179px;height: 174px;position: absolute;left: 246px;bottom: 102px;display: block;}
.moveObj_sub2::before{
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/main/animation/animation_img3.png);
  display: block;     
  background-size: cover;
  -webkit-animation-name: swingTypeZ;
  -o-animation-name: swingTypeZ;
  animation-name: swingTypeZ;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 40000ms;
  -o-animation-duration: 40000ms;
  animation-duration: 4000ms;
}
.moveObj_sub3{width: 278px;height: 278px;position: absolute;top: 407px;left: 240px;display: block;}
.moveObj_sub3::before{
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/main/animation/animation_img4.png);
  display: block;     
  background-size: cover;
  -webkit-animation-name: rollingTypeB;
  -o-animation-name: rollingTypeB;
  animation-name: rollingTypeB;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 100000ms;
  -o-animation-duration: 100000ms;
  animation-duration: 100000ms;
}
.moveObj_sub4{width: 360px;height: 360px;position: absolute;top: 291px;right: 126px;display: block;}
.moveObj_sub4::before{
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/main/animation/bigone.png);
  display: block;     
  background-size: cover;
  -webkit-animation-name: swingTypeB;
  -o-animation-name: swingTypeB;
  animation-name: swingTypeB;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 5500ms;
  -o-animation-duration: 5500ms;
  animation-duration: 5500ms;
}


/* 애니메이션 프레임 */
@-webkit-keyframes swingTypeA {
  0% {
    -webkit-transform: rotate(-5deg) translateY(0px);
    transform: rotate(-5deg) translateY(0px);
  }
  35% {
    -webkit-transform: rotate(5deg) translateY(30px);
    transform: rotate(5deg) translateY(30px);
  }
  75% {
    -webkit-transform: rotate(8deg) translateY(10px);
    transform: rotate(8deg) translateY(10px);
  }
  100% {
    -webkit-transform: rotate(-5deg) translateY(0px);
    transform: rotate(-5deg) translateY(0px);
  }
}
@-o-keyframes swingTypeA {
  0% {
    -o-transform: rotate(-5deg) translateY(0px);
    transform: rotate(-5deg) translateY(0px);
  }
  35% {
    -o-transform: rotate(5deg) translateY(30px);
    transform: rotate(5deg) translateY(30px);
  }
  75% {
    -o-transform: rotate(8deg) translateY(10px);
    transform: rotate(8deg) translateY(10px);
  }
  100% {
    -o-transform: rotate(-5deg) translateY(0px);
    transform: rotate(-5deg) translateY(0px);
  }
}
@keyframes swingTypeA {
  0% {
    -webkit-transform: rotate(-5deg) translateY(0px);
    -o-transform: rotate(-5deg) translateY(0px);
    transform: rotate(-5deg) translateY(0px);
  }
  35% {
    -webkit-transform: rotate(5deg) translateY(30px);
    -o-transform: rotate(5deg) translateY(30px);
    transform: rotate(5deg) translateY(30px);
  }
  75% {
    -webkit-transform: rotate(8deg) translateY(10px);
    -o-transform: rotate(8deg) translateY(10px);
    transform: rotate(8deg) translateY(10px);
  }
  100% {
    -webkit-transform: rotate(-5deg) translateY(0px);
    -o-transform: rotate(-5deg) translateY(0px);
    transform: rotate(-5deg) translateY(0px);
  }
}
@-webkit-keyframes swingTypeB {
  0% {
    -webkit-transform: rotate(-2deg) translateY(0px) translateX(0px);
    transform: rotate(-2deg) translateY(0px) translateX(0px);
  }
  45% {
    -webkit-transform: rotate(3deg) translateY(-30px) translateX(30px);
    transform: rotate(3deg) translateY(-30px) translateX(30px);
  }
  85% {
    -webkit-transform: rotate(5deg) translateY(-10px) translateX(10px);
    transform: rotate(5deg) translateY(-10px) translateX(10px);
  }
  100% {
    -webkit-transform: rotate(-2deg) translateY(0px) translateX(0px);
    transform: rotate(-2deg) translateY(0px) translateX(0px);
  }
}
@-o-keyframes swingTypeB {
  0% {
    -o-transform: rotate(-2deg) translateY(0px) translateX(0px);
    transform: rotate(-2deg) translateY(0px) translateX(0px);
  }
  45% {
    -o-transform: rotate(3deg) translateY(-30px) translateX(30px);
    transform: rotate(3deg) translateY(-30px) translateX(30px);
  }
  85% {
    -o-transform: rotate(5deg) translateY(-10px) translateX(10px);
    transform: rotate(5deg) translateY(-10px) translateX(10px);
  }
  100% {
    -o-transform: rotate(-2deg) translateY(0px) translateX(0px);
    transform: rotate(-2deg) translateY(0px) translateX(0px);
  }
}
@keyframes swingTypeB {
  0% {
    -webkit-transform: rotate(-2deg) translateY(0px) translateX(0px);
    -o-transform: rotate(-2deg) translateY(0px) translateX(0px);
    transform: rotate(-2deg) translateY(0px) translateX(0px);
  }
  45% {
    -webkit-transform: rotate(3deg) translateY(-30px) translateX(30px);
    -o-transform: rotate(3deg) translateY(-30px) translateX(30px);
    transform: rotate(3deg) translateY(-30px) translateX(30px);
  }
  85% {
    -webkit-transform: rotate(5deg) translateY(-10px) translateX(10px);
    -o-transform: rotate(5deg) translateY(-10px) translateX(10px);
    transform: rotate(5deg) translateY(-10px) translateX(10px);
  }
  100% {
    -webkit-transform: rotate(-2deg) translateY(0px) translateX(0px);
    -o-transform: rotate(-2deg) translateY(0px) translateX(0px);
    transform: rotate(-2deg) translateY(0px) translateX(0px);
  }
}
@-webkit-keyframes swingTypeC {
  0% {
    -webkit-transform: rotate(-180deg) translateY(0px) translateX(0px);
    transform: rotate(-180deg) translateY(0px) translateX(0px);
  }
  45% {
    -webkit-transform: rotate(-176deg) translateY(15px) translateX(-10px);
    transform: rotate(-176deg) translateY(15px) translateX(-10px);
  }
  85% {
    -webkit-transform: rotate(-182deg) translateY(5px) translateX(-5px);
    transform: rotate(-182deg) translateY(5px) translateX(-5px);
  }
  100% {
    -webkit-transform: rotate(-180deg) translateY(0px) translateX(0px);
    transform: rotate(-180deg) translateY(0px) translateX(0px);
  }
}
@-o-keyframes swingTypeC {
  0% {
    -o-transform: rotate(-180deg) translateY(0px) translateX(0px);
    transform: rotate(-180deg) translateY(0px) translateX(0px);
  }
  45% {
    -o-transform: rotate(-176deg) translateY(15px) translateX(-10px);
    transform: rotate(-176deg) translateY(15px) translateX(-10px);
  }
  85% {
    -o-transform: rotate(-182deg) translateY(5px) translateX(-5px);
    transform: rotate(-182deg) translateY(5px) translateX(-5px);
  }
  100% {
    -o-transform: rotate(-180deg) translateY(0px) translateX(0px);
    transform: rotate(-180deg) translateY(0px) translateX(0px);
  }
}
@keyframes swingTypeC {
  0% {
    -webkit-transform: rotate(-180deg) translateY(0px) translateX(0px);
    -o-transform: rotate(-180deg) translateY(0px) translateX(0px);
    transform: rotate(-180deg) translateY(0px) translateX(0px);
  }
  45% {
    -webkit-transform: rotate(-176deg) translateY(15px) translateX(-10px);
    -o-transform: rotate(-176deg) translateY(15px) translateX(-10px);
    transform: rotate(-176deg) translateY(15px) translateX(-10px);
  }
  85% {
    -webkit-transform: rotate(-182deg) translateY(5px) translateX(-5px);
    -o-transform: rotate(-182deg) translateY(5px) translateX(-5px);
    transform: rotate(-182deg) translateY(5px) translateX(-5px);
  }
  100% {
    -webkit-transform: rotate(-180deg) translateY(0px) translateX(0px);
    -o-transform: rotate(-180deg) translateY(0px) translateX(0px);
    transform: rotate(-180deg) translateY(0px) translateX(0px);
  }
}
@-webkit-keyframes swingTypeD {
  0% {
    -webkit-transform: rotate(-180deg) translateY(0px);
    transform: rotate(-180deg) translateY(0px);
  }
  45% {
    -webkit-transform: rotate(-176deg) translateY(-15px);
    transform: rotate(-176deg) translateY(-15px);
  }
  85% {
    -webkit-transform: rotate(-182deg) translateY(-5px);
    transform: rotate(-182deg) translateY(-5px);
  }
  100% {
    -webkit-transform: rotate(-180deg) translateY(0px);
    transform: rotate(-180deg) translateY(0px);
  }
}
@-o-keyframes swingTypeD {
  0% {
    -o-transform: rotate(-180deg) translateY(0px);
    transform: rotate(-180deg) translateY(0px);
  }
  45% {
    -o-transform: rotate(-176deg) translateY(-15px);
    transform: rotate(-176deg) translateY(-15px);
  }
  85% {
    -o-transform: rotate(-182deg) translateY(-5px);
    transform: rotate(-182deg) translateY(-5px);
  }
  100% {
    -o-transform: rotate(-180deg) translateY(0px);
    transform: rotate(-180deg) translateY(0px);
  }
}
@keyframes swingTypeD {
  0% {
    -webkit-transform: rotate(-180deg) translateY(0px);
    -o-transform: rotate(-180deg) translateY(0px);
    transform: rotate(-180deg) translateY(0px);
  }
  45% {
    -webkit-transform: rotate(-176deg) translateY(-15px);
    -o-transform: rotate(-176deg) translateY(-15px);
    transform: rotate(-176deg) translateY(-15px);
  }
  85% {
    -webkit-transform: rotate(-182deg) translateY(-5px);
    -o-transform: rotate(-182deg) translateY(-5px);
    transform: rotate(-182deg) translateY(-5px);
  }
  100% {
    -webkit-transform: rotate(-180deg) translateY(0px);
    -o-transform: rotate(-180deg) translateY(0px);
    transform: rotate(-180deg) translateY(0px);
  }
}
@-webkit-keyframes swingTypeE {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  45% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  85% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-o-keyframes swingTypeE {
  0% {
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  45% {
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  85% {
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes swingTypeE {
  0% {
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  45% {
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  85% {
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes swingTypeF {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  45% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  85% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-o-keyframes swingTypeF {
  0% {
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  45% {
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  85% {
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes swingTypeF {
  0% {
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  45% {
    -webkit-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  85% {
    -webkit-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes swingTypeZ {
  0% {
    -webkit-transform: scale(1) translateY(0px) translateX(0px);
    transform: scale(1) translateY(0px) translateX(0px);
  }
  45% {
    -webkit-transform: scale(1.3) translateY(15px) translateX(-10px);
    transform: scale(1.3) translateY(15px) translateX(-10px);
  }
  85% {
    -webkit-transform: scale(1.3) translateY(5px) translateX(-5px);
    transform: scale(1.3) translateY(5px) translateX(-5px);
  }
  100% {
    -webkit-transform: scale(1) translateY(0px) translateX(0px);
    transform: scale(1) translateY(0px) translateX(0px);
  }
}
@-o-keyframes swingTypeZ {
  0% {
    -o-transform: scale(1) translateY(0px) translateX(0px);
    transform: scale(1) translateY(0px) translateX(0px);
  }
  45% {
    -o-transform: scale(1.3) translateY(15px) translateX(-10px);
    transform: scale(1.3) translateY(15px) translateX(-10px);
  }
  85% {
    -o-transform: scale(1.3) translateY(5px) translateX(-5px);
    transform: scale(1.3) translateY(5px) translateX(-5px);
  }
  100% {
    -o-transform: scale(1) translateY(0px) translateX(0px);
    transform: scale(1) translateY(0px) translateX(0px);
  }
}
@keyframes swingTypeZ {
  0% {
    -webkit-transform: scale(1) translateY(0px) translateX(0px);
    -o-transform: scale(1) translateY(0px) translateX(0px);
    transform: scale(1) translateY(0px) translateX(0px);
  }
  45% {
    -webkit-transform: scale(1.3) translateY(15px) translateX(-10px);
    -o-transform: scale(1.3) translateY(15px) translateX(-10px);
    transform: scale(1.3) translateY(15px) translateX(-10px);
  }
  85% {
    -webkit-transform: scale(1.3) translateY(5px) translateX(-5px);
    -o-transform: scale(1.3) translateY(5px) translateX(-5px);
    transform: scale(1.3) translateY(5px) translateX(-5px);
  }
  100% {
    -webkit-transform: scale(1) translateY(0px) translateX(0px);
    -o-transform: scale(1) translateY(0px) translateX(0px);
    transform: scale(1) translateY(0px) translateX(0px);
  }
}
@-webkit-keyframes rollingTypeA {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-o-keyframes rollingTypeA {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rollingTypeA {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rollingTypeB {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rollingTypeB {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rollingTypeB {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes scr {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0.4;
  }
}
@-o-keyframes scr {
  0% {
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
  50% {
    -o-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0.8;
  }
  100% {
    -o-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0.4;
  }
}
@keyframes scr {
  0% {
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0.4;
  }
}


/* 깜박이 */
@keyframes fix_boxx_txt3 {
0% {background-color: #2e365a;}
50% {background-color: #d61b1b;}
}
@-webkit-keyframes fix_boxx_txt3 {
0% {background-color: #2e365a;}
50% {background-color: #d61b1b;}
}

.fix_boxx {width:100%; height:64px; background:#3057b9; position:fixed; bottom:0; z-index:1}
.fix_boxxx {line-height:64px; position:relative; width:410px; margin:0 auto;}
.fix_boxx_txt1 {color:#fff; font-weight:600; font-size:25px;}
.fix_boxx_txt2 {position:absolute; top:0px;}
.fix_boxx_txt3 {
	margin:0 0 0 20px;
  border-radius:10px;
  color:#fff;
  font-weight:600;
  font-size:17px;
  text-align: center;
  line-height:35px;
  width:110px;
  background:#ff0000;
  display: inline-block;
  animation: fix_boxx_txt3 1.5s step-end infinite;
  -webkit-animation: fix_boxx_txt3 1l5s step-end infinite;
}
@media screen and (max-width:475px) {
    .fix_boxx_txt1{font-size:23px;}
    .fix_boxxx {width:300px;}
    .fix_boxx_txt3 {width:80px; margin:0 0 0 10px;}
	.appBtn{width: 100% !important;}
	.appBtn a{width: 40vw !important;}
} 
@media (min-width:1300px) and (max-width:1500px){
  .section01 .contents_frame {padding-top: 80px;}
  .contents_frame {transform: scale(.9);padding-top: 80px;}
}

.cursor_pointer{cursor:pointer;}

.appBtn{margin: 45px auto 0;width: 750px;text-align: center;}
.appBtn a{display: inline-block;width: 200px;}