.main-container {
    position: relative;
    top: 60px;
}

.section_container{
    overflow: hidden;
}

.section_container.box_container{
    position: relative;
    max-width: 1400px;
    min-height: 440px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    border-radius: 16px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 20px, rgb(245, 245, 245, .2) 0px 5px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 20px, rgb(245, 245, 245, .2) 0px 5px 0px 0px;
}

.section_container.box_container .text_wrap h2,
.section_container.box_container .text_wrap p,
.section_container.box_container .text_wrap .btn_wrap a{
    color: #fff !important;
    position: relative;
    z-index: 1;
}

.section_container.box_container.normal{
    background-color: rgba(44,54,74,1);
}

.section_container.box_container.url{
    background: linear-gradient(135deg, rgba(0,77,64,1), rgba(0,150,136,1));
}

.section_container.box_container.server{
    background: linear-gradient(135deg, rgba(0,96,100,1), rgba(63,165,188,1));
}

.section_container.box_container.kubernetes{
    background: linear-gradient(135deg, rgb(20, 84, 212), rgba(50,109,230,1));
}

.section_container.box_container.application{
    background: linear-gradient(135deg, rgb(0, 162, 207), rgb(114, 210, 255));
}

.section_container.box_container.database{
    background: linear-gradient(135deg, rgb(107, 64, 199), rgba(147,108,231,1));
}


.section_container.box_container .text_wrap{
    margin: 1rem 0;
}

.section_container.box_container .inline_dual_in{
    position: relative;
    z-index: 0;
}

.media_section .inline_dual .inline_dual_in img:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to left, rgba(255,255,255, 0) 70%, rgba(255,255,255, .9) 85%, rgba(255,255,255, 1) 100%);
}

.media_section {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
}

.media_section.odd{
    display: flex;
    max-width: 100%;
    justify-content: flex-start;
    margin: 0 0 0 50%;
}

.media_section.even{
    display: flex;
    max-width: 100%;
    justify-content: flex-end;
    margin: 0 50% 0 0;
}

.media_section h2{
    margin-bottom: 1.5rem;
    min-width: 500px;
}

.flex_contents{
    max-width: 700px;
    width: 700px;
    min-height: 660px;
    display: flex;
    align-items: center;
}

.flex_contents.noheight{
    min-height: auto;
}

.text_wrap{
    position: relative;
    margin: 2rem 0;
    padding: 4rem;
}

.odd .text_wrap{
    padding-left: 6rem;
}

.even .text_wrap{
    padding-right: 6rem;
}

.media_wrap{
    /* margin-top: 10%; */
    width: 100%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 20px, rgb(245, 245, 245) 0px 5px 10px 2px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 20px, rgb(245, 245, 245) 0px 5px 10px 2px;
    border-radius: 4px;
    overflow: hidden !important;
    line-height: 0;
}

.media_wrap2 {
	text-align: center;
}

#top .media_wrap{
    -webkit-box-shadow: none;
    box-shadow: none;
}

.media_section .inline_video,
.mdeia_section .inline_text{
    bottom: 50%;
    height: auto;
    position: absolute;
    transform: translateY(50%);
    width: 800px;
}

.media_section .inline_img{
    bottom: 50%;
    height: auto;
    position: absolute;
    transform: translateY(50%);
    width: calc(100% - 6rem);
}

#top .media_section .inline_img{
    bottom: 50%;
    height: auto;
    position: absolute;
    transform: translateY(50%);
    width: 100%;
}

.media_section .inline_img img{
    width: 100%;
    height: auto;
}

.media_section .inline_dual{
    bottom: 50%;
    height: auto;
    z-index: 0;
    position: absolute;
    transform: translateY(50%);
    max-width: 640px;
    min-width: 560px;
    right: auto;
    left: 100%;
}

.media_section .inline_dual .inline_dual_in img {
    width: 150%;
    margin-top: 18%;
    margin-left: -8%;
}

.logo_box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    top: -24px;
}
.box_in {
    position: relative;
    padding: .5rem;
    margin: 0.5rem;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    background-color: #fff;
}
.box_in:nth-of-type(2n) {
    top: 50px;
}
.logo_box .box_in img {
	width: 50px;
}

.media_section.odd .inline_video,
.media_section.odd .inline_img {
    left: auto;
    right: 100%;
}

.media_section.even .inline_video,
.media_section.even .inline_img {
    right: auto;
    left: 100%;
}

.media_section.odd .inline_img .img_wrap{
    transform: translateZ(-480px) perspective(1000px) rotateY(32deg) scale(1.1) translateY(0);
}

.media_section.even .inline_img .img_wrap{
    transform: translateZ(-480px) perspective(1000px) rotateY(-32deg) scale(1.1) translateY(0);
}

.inline_video:before{
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    /* top: 10%; */
}
/*
.media_section.odd .inline_video:before{
    left: -40px;
    height: calc(100% + 40px);
    width: calc(100% + 40px);
    background: linear-gradient(to left, rgba(255,255,255, 0) 80%, rgba(255,255,255, .9) 90%, rgba(255,255,255, 1) 96%);
}
.media_section.even .inline_video:before{
    right: 40px;
    height: calc(100% + 40px);
    width: calc(100% + 40px);
    background: linear-gradient(to right, rgba(255,255,255, 0) 80%, rgba(255,255,255, .9) 90%, rgba(255,255,255, 1) 96%);
}
*/
.inline_video video{
    width: 880px;
    height: auto;
}

.step_wrap{
    margin: 0 auto;
    text-align: center;
}
.step_wrap .step_in{
    display: inline-flex;
    flex-flow: column;
    padding: 1.50rem;
    opacity: .4;
    transition: 0.15s ease;
    -webkit-transition: 0.15s ease;
    -moz-transition: 0.15s ease;
}

.step_wrap .step_in.on,
.step_wrap .step_in:hover{
    opacity: 1;
}

.step_wrap .step_in.on .btn.underline{
    background-position: 0 100%;
}

.img_in{
    margin-bottom: 1.5rem;
}

.img_in img{
    padding-left: 36px;
}

.title_container{
    padding: 1.50rem;
}

.title_container h1{
    line-height: 1.4;
}

.title_container p{
    margin-top: 1.50rem;
    font-size: 1.5rem;
}

.in_text{
    font: 700 4rem/4.5rem 'Muli', 'NotoSans Korean', '돋움', dotum, sans-serif;
    margin-right: 1.5rem;
}

.step_wrap .step_in h5{
    padding-left: 48px;
    position: relative;
}

.step_wrap .step_in h5:before{
    content:'';
    width: 36px;
    height: 36px;
    position: absolute;
    top: -2px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: 000;
    font-size: 2.25rem;
    border-radius: 50%;
    font-weight: 700;
}

.step_wrap .step_in:nth-of-type(1) h5:before{
    content: '1';
}
.step_wrap .step_in:nth-of-type(2) h5:before{
    content: '2';
}
.step_wrap .step_in:nth-of-type(3) h5:before{
    content: '3';
}

.step_wrap .step_in h5 span{
    font-size: 1.250rem;
    padding: 6px 0;
}
.common_section{
    padding: 2rem 0;
}

.media_section.video{
    padding: 2rem 0;
    margin-bottom: 1.50rem;
}

.video_wrap{
    line-height: 0;
    text-align: center;
    overflow: hidden !important;
    border-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 20px, rgb(245, 245, 245, .2) 0px 5px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 20px, rgb(245, 245, 245, .2) 0px 5px 0px 0px;
}

.media_wrap img,
.media_wrap video,
.video_wrap img,
.video_wrap video{
    width: 100%;
    height: auto;
}

.media_section .sub_section{
    display: flex;
    flex-wrap: wrap;
    margin: 2rem 0;
}

.sub_section .sub_in{
    display: inline-flex;
    flex-flow: column;
    align-items: center;
    max-width: 50%;
    width: 50%;
    padding: 1rem;
}

.sub_section .sub_in:nth-of-type(2n){
    border-left: 0px solid #f0f0f0;
}

.sub_section .sub_in:not(:nth-of-type(1)):not(:nth-of-type(2)){
    border-top: 0px solid #f0f0f0;
}

.sub_img_wrap{
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 1px solid #dadce0;
    border-radius: 8px;
    line-height: 0;
}

.sub_img_wrap iframe{
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
}

.sub_img_wrap.youtube{
    position: relative;
    padding-bottom: 56.25%;
    height:0;
    overflow: hidden;
}

.sub_img_wrap video,
.sub_img_wrap img{
    width: 100%;
    height: auto;
}

.sub_in h5{
    width: 100%;
    margin-top: 1.50rem;
    margin-bottom: 1rem;
    text-align: center;
}

.sub_in p{
    width: 100%;
    text-align: center;
    padding: 0rem;
    margin-bottom: 1rem;
    word-break: keep-all;
}

/* section_resource */

.section_resource{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1.5rem auto;
    max-width: 1400px;
    width: 90%;
}

.src_img_wrap{
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    background-color: #f0f0f0;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
}

.src_img_wrap img{
    position: absolute;
    top: 0%;
    left: -12.5%;
    right: 0;
    bottom: 0;
    width: 125%;
    max-width: 125%;
    height: auto;
    margin: auto;
    box-shadow: none;
}

.src_text_wrap{
    padding: 2rem;
}

.src_text_wrap .category{
    font-size: 0.9rem;
    margin: 0.25rem 0;
    color: #6b6e72;
}

.src_text_wrap .title{
    display: -webkit-box;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    line-height: 1.4 !important;
    max-height: 2.8em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.src_text_wrap .text{
    display: -webkit-box;
    font-size: 0.825rem;
    line-height: 1.5;
    max-height: 4.5em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* main */

.background{
    position: relative;
    background-color: rgb(250,251,252);
}

.background.vignetting:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 80%, rgba(255,255,255,1) 100%);
}

.logo_list.vignetting:before{
    content: "";
    position: absolute;
    top: -24px;
    left: 0;
    width: 100%;
    height: calc(100% + 48px);
    z-index: 100;
    background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 80%, rgba(255,255,255,1) 100%);
}

.reason {
    display: flex;
    justify-content: center;
    align-items: center;
}
.reason img{
    width: 75%;
}
.swipe_wrap{
    flex: 1;
    padding-top: 140px;
}

.swipe{
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
}

.app_slider{
    position: relative;
    bottom: 0;
    left: 25px;
}

.app_slider .slider_bg{
    position: relative;
    width: 300px;
    filter: drop-shadow(rgba(0, 0, 0, 0.15) 0px 10px 20px);
}


.app_slider .img_wrap{
    position: absolute;
    width: 262px;
    height: 448px;
    overflow: hidden;
    z-index: 1;
    top: 73px;
    left: 19px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}

.app_slider .img_wrap .img{
    width: 1048px;
    position: relative;
}

.app_slider .img_wrap .img li{
    float: left;
}

.app_slider .img_wrap .img li img{
    width: 262px;
    height: 448px;
}

.moblie_wrap{
    padding: 4rem;
}

.swipe_tit{
    margin: 0 auto;
    margin-top: 2.5rem;
    overflow-x: hidden;
    white-space: nowrap;
}

.swipe_tit li{
    display: inline-block;
    color: #2B2C2F;
    opacity: .4;
    font: 500 1rem/1.5rem 'Muli', 'NotoSans Korean', sans-serif;
    min-width: fit-content;
    cursor: pointer;
    text-decoration: none;
    background: transparent -webkit-gradient(linear,left top,right top,color-stop(50%,#121212),color-stop(0,rgba(156,158,165,.6))) no-repeat;
    background: transparent linear-gradient(90deg,#121212 50%,rgba(156,158,165,.6) 0) no-repeat;
    background-size: 200% 1px;
    background-position: 100% 100%;
    border: none;
    padding: 0.5rem 0.8rem;
    margin-right: -0.2rem;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.swipe_tit li.on{
    opacity: 1;
    background-image: -webkit-gradient(linear,left top,right top,color-stop(50%,#121212),color-stop(0,#dedfe3));
    background-image: linear-gradient(90deg,#121212 50%,#dedfe3 0);
    background-position: 0 100%;

}

.swipe_txt{
    margin-top: 1.5rem;
    height: 4.5rem;
}

.swipe_txt li{
    visibility: hidden;
    display: none;
}

.swipe_txt li.on{
    visibility: visible;
    display: block;
}

.app_logo{
    position: absolute;
    z-index: 100;
    width: 100px;
    height: 100px;
    bottom: 0;
    filter: drop-shadow(rgba(15, 15, 15, 0.2) 0px 6px 12px);
    left: -50px;
}

/* step_li */
.step_ul{
    display: inline-block;
}

.step_ul li{
    position: relative;
    margin-bottom: 0.325rem;
    font-size: 0.9rem;
    font-weight: 400;
    left: 28px;
    padding-right: 10px;
    display: flex;
    align-items: flex-start;
}

.step_ul li:before {
    content: '';
    position: absolute;
    background-color: transparent;
    width: 5px;
    height: 5px;
    top: 8px;
    left: -20px;
    display: flex;
    font-size: 0.8rem;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    box-sizing: content-box;
}

.step_ul li span{
    color: rgba(255,255,255,.6);
    font-size: .75rem;
    margin-left: 0.25rem;
}

/* step_li */

.text_wrap .step_ul{
    margin-top: 1rem;
}

.box_container .text_wrap .step_ul{
    margin-top: 0;
}

.text_wrap p + .step_ul {
    margin-top: 1.50rem;
}

.text_wrap .step_ul li{
    font-size: 1.05rem;
    margin-bottom: 0.5rem;
    flex-flow: column;
    color: #222;
}

.text_wrap .step_ul li:last-of-type{
    margin-bottom: 0;
}

.text_wrap .step_ul li:before {
    border: 2px solid #222;
}

.text_wrap .step_ul li span{
    color: rgb(0, 79, 231);
    font-size: 0.9rem;
    margin-left: 0;
    margin: 0.325rem 0;
}

.box_container .step_ul li{
    color: #fff;
}

.box_container .step_ul li:before {
    border: 2px solid #fff;
}

.box_container .btn_wrap{
    margin-bottom: 0;
}

/* section_platform  */

.section_platform{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 2rem auto;
    max-width: 1400px;
    width: 90%;
}

.platform_in{
    position: relative;
    z-index: 0;
    margin: 1rem;
}

.platform_text_wrap{
    padding: 2rem;
    width: 100%;
}

.platform_text_inline{
    padding: 1.50rem;
}

.platform_text_wrap .title{
    display: block;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.325rem;
}

.platform_img_wrap{
    display: flex;
    flex-flow: row;
    align-items: center;
    margin-bottom: 1rem;
}

.platform_img_wrap img:not(:nth-of-type(1)){
    margin-left: 1rem;
}

.platform_ul{
    margin-top: 0.5rem;
}

.platform_ul .title{
    font-size: 0.9rem;
    font-weight: 600;
    color: rgb(76, 77, 80);
}

.platform_ul:last-of-type{
    margin-bottom: 0;
}

.platform_ul li{
    position: relative;
    margin: 0.15rem 0;
    font-size: 0.825rem;
    font-weight: 400;
    left: 10px;
    color: #6b6e72;
    padding-right: 10px;
    display: flex;
}


.platform_ul li:before {
    position: absolute;
    left: -10px;
    top: 10px;
    content: "";
    width: 3px;
    height: 3px;
    background-color: #999;
}

.platform_ul li + .title{
    margin-top: 1rem;
}

.platform_container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* reason */
.reason_wrap {
    width: 90%;
    max-width: 1400px;
    margin: 2rem auto;
	text-align: center;
}
.answer_wrap {
    width: 90%;
    max-width: 1200px;
    margin: 2rem auto;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}
.answer_wrap .answer_each {
    width: 33.33333%;
    padding: 1.50rem;
    margin-bottom: 1rem;
    text-align: left;
}
.answer_each h5 {
    margin-bottom: .5rem;
    font-weight: 700;
}
.answer_each h5 i {
    font-size: 1.5rem;
	padding-right: 0.6rem;
}
/*
.answer_each h5, .answer_each p {
    padding-left: 3rem;
}
*/
.answer_each p {
    font-size: 0.9rem;
	padding-left: 2.125rem;
}
.subscribe_in .text_wrap {
    padding: 4rem 0;
}
.reasonWrap {
    padding: 3rem 0;
}
.reason_in>.tit {
    margin-bottom: 4rem;
}

/* table */
.table{
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}

.table .tab{
    display: flex;
    justify-content: center;
    margin-top: 1.50rem;
    position: relative;;
}
.table .tab:after{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top:26px;
    background-color: #e0e0e0;
    z-index: 0;
}
.tab_tit{
    position: relative;
    width: 168px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.15s ease;
    -webkit-transition: 0.15s ease;
    -moz-transition: 0.15s ease;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    z-index: 1;
}

.tab_tit:hover{
    background-color: #f0f0f0;
}

.tab_tit.application{
    border-radius: 6px 0 0 6px;
    margin-right: -1px;
}

.tab_tit.server{
    border-radius: 0 6px 6px 0;
}

.tab_tit.application.on{
    border-color: #0088cc;
    background-color: #5ab3f6;
    color: white;
    text-decoration: none;
    cursor: default;
    z-index: 10;
}

.tab_tit.server.on {
    border-color: #0088cc;
    background-color: #5ab3f6;
    color: white;
    text-decoration: none;
    cursor: default;
    z-index: 10;
}

.tab_tit.on *{
    fill: #fff;
}
.platform_logo{
    height: 30px;
    width: auto;
}

/* table */
.table_contents .group{
    display: flex;
    margin-top: 1.50rem;
    justify-content: center;
    flex-wrap: wrap;
}
.table_contents .group.server{
    display: none;
}
.table_contents * {
    font: 500 13px/1.4 'Muli', 'NotoSans Korean', '돋움', dotum, sans-serif;
}
.table_contents .group li{
    background-color: #f0f0f0;
    padding: 1rem 1rem 1.50rem;
    margin: 0.5rem;
    border-radius: 8px;
}
.table_contents .group li{
    width: calc(25% - 1rem);
}
.table_contents .group .platform_logo{
    height: 120px;
    width: auto;
    text-align: center;
    margin: 0 auto;
    padding-top:1rem;
    padding-bottom: 1.50rem;
    display: block;
}
.table_contents .group li .logo_wrap{
    display: flex;
}
.table_contents .group li dl{
    margin-bottom: 1rem;
}
.table_contents .group li dl:last-of-type{
    margin-bottom: 0;
}
.table_contents .group li dl dt{
    font-weight: 700;
    margin-bottom: 0.25rem;
}
.table_contents .group.application li dl dd{
    font-size: 0.825rem;
    position: relative;
    left: 0.5rem;
    width: calc(100% - 0.5rem);
}
.table_contents .group.application li dl dd:before{
    content: '・';
    position: absolute;
    left: -0.75rem;
}
.table_contents .group.server li dl{
    text-align: center;
    padding: 0 1rem;
}

/* button */
.btn.border {
	border: 1px solid #fff;
}


/* =================================================================================================================================================================================== 1280px */
@media only screen and (max-width: 1280px) {
    .media_section h2{
        min-width: auto;
    }

    .table_contents .group li{
        width: calc(50% - 1rem);
    }

    .table_contents .group li dl{
        padding: 0 1.50rem;
    }

    .src_img_wrap{
        display: none;
        visibility: hidden;
    }
}

/* =================================================================================================================================================================================== 1140px */
@media only screen and (max-width: 1140px) {
    .media_section.even,
    .media_section.odd{
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .section_container.box_container{
        min-height: auto;
    }
    
    .section_container.box_container .text_wrap{
        padding: 3rem 1.50rem;
    }

    .flex_contents{
        display: block;
        min-width: auto;
        max-width: auto;
        min-height: auto;
        width: 90%;
        margin: 0 auto;
    }

    .media_section.video{
        width: 90%;
    }

    .media_section.odd .inline_video,
    .media_section.even .inline_video{
        left: 0;
        right: 0;
    }

    .media_section.odd .inline_img,
    .media_section.even .inline_img{
        left: 0;
        right: 0;
    }

    .media_section.odd .inline_img .img_wrap,
    .media_section.even .inline_img .img_wrap{
        border: 1px solid #dadce0;
        background-color: #fff;
        background-position: center center;
        background-size: auto 100%;
        border-radius: 8px;
        overflow: hidden;
        transform: none;
    }

    .media_wrap,
    .video_wrap{
        margin: 0;
    }

    .text_wrap, .moblie_wrap{
        padding: 1.50rem 0;
    }

    .text_wrap p {
        margin: 1.50rem 0;
    }

    .odd .text_wrap{
        padding-left: 0;
    }

    .even .text_wrap{
        padding-right: 0;
    }

    .media_section.odd .inline_video:before,
    .media_section.even .inline_video:before,
    .background.vignetting:before{
        display: none;
        visibility: hidden;
    }

    .media_section .inline_dual,
    .media_section .inline_video,
    .media_section .inline_img{
        position: relative;
        transform: none;
        left: 0;
        padding: 2rem 0;
        margin: 0 auto;
        width: 100%;
    }

    #top .media_section .inline_video {
        padding: 0;
    }

    .media_section .inline_dual{
        bottom: 0;
    }

    .app_slider{
        left: 0;
    }

    .swipe_txt{
        max-width: auto;
        width: 90%;
        margin: 1.5rem auto;
    }

    .section_container.box_container .media_section .inline_dual{
        display: none;
        visibility: hidden;
    }

    .section_container.box_container .flex_contents{
        width: 100%;
    }

    .section_resource{
        width: 95%;
    }

    .btn_wrap:not(.mobile):not(.noti):not(.link) .btn:nth-of-type(2){
        display: none !important;
        visibility: hidden;
    }
    
    .title_container p{
        font-size: 1.250rem;
    }

    #server_banner .noti_in .txt {
        font-size: 1.5rem;
    }

    #server_banner .noti_in .txt2 {
        font-size: 1.5rem;
    }

}

/* =================================================================================================================================================================================== 1024px */
@media only screen and (max-width: 1024px) {
    .common_section.step, hr.step{
        display: none;
        visibility: hidden;
    }

    .answer_wrap .answer_each {
        width: 50%;
    }
}

/* =================================================================================================================================================================================== 768px */
@media only screen and (max-width: 768px) {
    .table_contents .group li{
        width: 100%;
    }

    .title_container p{
        font-size: 1.125rem;
    }
}

/* =================================================================================================================================================================================== 640px */
@media only screen and (max-width: 640px) {
	/*
    p br{
        display: none;
        visibility: hidden;
    }
	*/

    .common_section{
        padding: 1rem 0;
    }

    .media_section .inline_dual .inline_dual_in img{
        width: 100%;
    }

    .section_container.box_container .media_section .inline_dual{
        position: absolute;
        bottom: -50%;
        left: -25%;
    }

    .media_wrap, .video_wrap{
        margin: 0;
    }

    .media_section .inline_dual, .media_section .inline_video, .media_section .inline_img{
        padding: 1rem 0;
    }

    .sub_section .sub_in{
        min-width: 90%;
        margin: 0 auto;
        padding: 2rem 0;
    }

    .sub_section .sub_in:nth-of-type(2n){
        border: none;
    }

    .sub_section .sub_in:not(:nth-of-type(1)){
        border-top: 1px solid #f0f0f0;
    }

    .app_flow.inline_dual,
    .logo_list.inline_dual{
        max-width: auto;
        min-width: auto;
    }
	/*
    .logo_list.inline_dual{
        max-height: 360px;
        overflow: hidden;
    }
	*/
    .logo_box{
        overflow: hidden;
        top: 0;
    }
    .box_in{
        padding: 0.25rem;
        margin: 0.25rem;
    }

    .box_in:nth-of-type(2n){
        top: 0;
    }

    .app_logo{
        width: 52px;
        height: 52px;
        transform: rotate( -15deg );
        left: -26px;
    }

    .app_slider .slider_bg{
        width: 237px;
    }

    .app_slider .img_wrap{
        width: 200px;
        height: 342px;
    }

    .app_slider .img_wrap .img li img{
        width: 200px;
        height: 342px;
    }

    .media_section .sub_section{
        margin: 0;
    }

    .answer_wrap{
        margin: 1rem auto;
    }

    .answer_wrap .answer_each {
        width: 100%;
        padding: 1.5rem;
    }

    .section_platform{
        margin: 0 auto;
    }

    br.break{
        display: none;
        visibility: hidden;
    }

    #server_banner .noti_in .txt {
        font-size: 1.2rem;
    }

    #server_banner .noti_in .txt2 {
        font-size: 1.2rem;
    }
}

/* =================================================================================================================================================================================== 480px */
@media only screen and (max-width: 480px) {

    .swipe_tit li{
        padding: 0.75rem;
        margin-right: -0.325rem;
    }

    .tab_tit{
        width: 136px;
        height:40px;
    }

    .table .tab:after{
        display: none;
        visibility: hidden;
    }

    .tab_tit svg{
        height: 24px;
    }

    .table_contents .group li dl{
        padding: 0 1rem;
    }

    .title_container p{
        font-size: 1rem;
    }
}