/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
##Device = 데스크탑
##Screen = 1281px 이상 해상도 데스크탑
*/

@media screen and (min-width: 1281px) and (max-width :1400px){
    
}
/*
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
##Device = 랩탑, 데스크탑
##Screen = 1025px에서 1280px 사이
*/

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    
}

/*
##Device = Tablets, Ipads (portrait),
##Screen = B/w 768px to 1024px
##Device = 태블릿, 아이패드(세로),
##Screen = 768px에서 1024px 사이
*/

@media screen and (min-width: 768px) and (max-width: 1024px) {
    
}

/*
##Device = Tablets, Ipads (landscape)
##Screen = B/w 768px to 1024px
##Device = 태블릿, 아이패드(가로)
##Screen = 768px에서 1024px 사이
*/

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    
}

/*
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px /  B/w 320px to 479px
##Device = 저해상도 태블릿, 모바일(가로) / 대부분의 스마트폰 모바일 기기(세로)
##Screen = 320px에서 767px 사이
*/

@media screen and (min-width: 320px) and (max-width: 767px) {
    /* api 서브메뉴 */
    .sub_left_menu {
        position: relative;
    }
    #api_sub_menu {
        position: absolute;
        top: 121px;
        width: calc(100% - 48px);
        padding: 24px;
        background: #F7F7F7;
        box-shadow: 0px 3px 6px #00000014;
    }
    #api_sub_menu li a {
        font-size: 13px;
        line-height: 32px;
        font-weight: 500;
        letter-spacing: -0.13px;
    }
    .sub_left_menu > ul {
        padding: 0;
    }
    .sub_left_menu li.depth1 {
        margin-bottom: 12px;
    }
    .sub_left_menu li.depth1>a, .sub_left_menu li.depth1>a:link {
        padding: 0;
    }
    .sub_left_menu li.depth3:before {
        width: 8px;
        border: 0.5px solid #233234;
        top: 14px;
    }
    
    /* api */
    .sub_left_menu, .sub_right_con {
        float: none;
        width: 100%;
    }
    .sub_cont04 {
        padding: 0 0 100px 0;
    }
    .sub_cont04 h2 {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: -0.18px;
        padding-bottom: 8px;
        border-bottom: 2px solid #C1C1C1;
        margin-top: 40px;
    }
    .sub_cont04 > p {
        padding-bottom: 0;
        margin-top: 12px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.14px;
    }
    .sub_cont04 h3, h4, h5 {
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 0px;
    }
    .sub_cont04 h3 {
        margin: 60px 0 0 0;
    }
    .sub_cont04 h4, h5 {
        margin: 40px 0 0 0;
    }
    .cont_detail > p {
        margin: 0 0 12px 0;
        padding: 0px;
    }
    .cont_detail p, .cont_detail table th, td {
        font-size: 13px;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: -0.14px;
    }
    .cont_detail table {
        margin-bottom: 28px;
    }
    .cont_detail table th, td {
        padding: 13px 12px 12px 12px;
    }
    .cont_detail > div {
        padding: 23px;
        background: #F7F7F7;
        font-size: 11px;
        line-height: 15px;
        letter-spacing: 0px;
    }
    /* api_terms */
    .sub_cont05 {
        padding: 0 0 100px 0;
    }
    .sub_cont05 h2 {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: -0.18px;
        padding-bottom: 8px;
        border-bottom: 2px solid #C1C1C1;
        margin-top: 40px;
    }
    .sub_cont05 > p {
        padding-bottom: 0;
        margin-top: 12px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.14px;
    }
    .sub_cont05 h3, h4, h5 {
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 0px;
    }
    .sub_cont05 h3 {
        margin: 60px 0 0 0;
        padding: 0;
    }
    .sub_cont05 h4, h5 {
        margin: 40px 0 0 0;
    }
    
    /* terms_of_use */
    .sub_cont03 {
        padding: 112px 0 120px 0;
    }
    .cont_top {
        padding-top: 60px;
        margin-bottom: 60px;
    }
    .sub_cont03 h2 {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: -0.18px;
    }
    .cont_main {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.14px;
    }
    .sub_cont03 h3 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.16px;
        margin-top: 60px;
    }
    .cont_main ul h4 {
        margin: 40px 0 0 0;
    }
    .cont_main h4{
        font-size: 15px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: -0.15px;
    }
    
    /* privacy_policy */
    .cont_policy_list {
        margin-top: 40px;
    }
    .cont_policy_detail li {
        margin-top: 40px;
    }
    .contents_area {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.14px;
    }
    .contents_area h2 {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: -0.18px;
        margin-top: 80px;
    }
    .contents_area h3 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.16px;
        margin-top: 60px;
        margin-bottom: 40px;
    }
    .contents_area h4 {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: -0.15px;
        margin-bottom: 12px;
        margin-top: 40px;
    }
    .contents_area p {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.14px;
    }
    .contents_area ul {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.14px;
        margin-top: 12px;
    }
    .contents_area div {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.14px;
    }
}